mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 15:49:24 +02:00
fix for comment for PacketTimeWindow
This commit is contained in:
parent
cf30426636
commit
b0147144cb
2 changed files with 2 additions and 2 deletions
|
@ -75,7 +75,7 @@ private:
|
|||
|
||||
SentACKMap _sentACKs; // Map of ACK sub-sequence numbers to ACKed sequence number and sent time
|
||||
|
||||
PacketTimeWindow _receiveWindow; // Window of received packets for bandwidth estimation and receive speed
|
||||
PacketTimeWindow _receiveWindow { 16, 64 }; // Window of interval between packets (16) and probes (64) for bandwidth and receive speed
|
||||
|
||||
std::unique_ptr<SendQueue> _sendQueue;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue