From 10d6520098beb0c74039184c63f5b3c24f46cd04 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Mon, 27 Jul 2015 16:00:00 -0700 Subject: [PATCH] add a TODO message to Socket::rateControlSync --- libraries/networking/src/udt/Socket.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/networking/src/udt/Socket.cpp b/libraries/networking/src/udt/Socket.cpp index a110a4f649..75924b791a 100644 --- a/libraries/networking/src/udt/Socket.cpp +++ b/libraries/networking/src/udt/Socket.cpp @@ -125,7 +125,7 @@ void Socket::readPendingDatagrams() { void Socket::rateControlSync() { - + // TODO: enumerate our list of connections and ask each of them to send off periodic ACK packet for rate control if (_synTimer.interval() != _synInterval) { // if the _synTimer interval doesn't match the current _synInterval (changes when the CC factory is changed)