mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 02:23:38 +02:00
add a TODO message to Socket::rateControlSync
This commit is contained in:
parent
7966dee4fe
commit
10d6520098
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue