mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 19:36:45 +02:00
remove comment that won't come into play until ordering
This commit is contained in:
parent
eb17ddc04f
commit
d9254aa2e9
1 changed files with 0 additions and 3 deletions
|
@ -130,9 +130,6 @@ void Connection::sendACK(bool wasCausedBySyncTimeout) {
|
||||||
// update the last sent ACK
|
// update the last sent ACK
|
||||||
_lastSentACK = nextACKNumber;
|
_lastSentACK = nextACKNumber;
|
||||||
|
|
||||||
// remove the ACKed packets from the receive queue
|
|
||||||
// TODO?
|
|
||||||
|
|
||||||
// setup the ACK packet, make it static so we can re-use it
|
// setup the ACK packet, make it static so we can re-use it
|
||||||
static const int ACK_PACKET_PAYLOAD_BYTES = sizeof(_lastSentACK) + sizeof(_currentACKSubSequenceNumber)
|
static const int ACK_PACKET_PAYLOAD_BYTES = sizeof(_lastSentACK) + sizeof(_currentACKSubSequenceNumber)
|
||||||
+ sizeof(_rtt) + sizeof(int32_t) + sizeof(int32_t) + sizeof(int32_t);
|
+ sizeof(_rtt) + sizeof(int32_t) + sizeof(int32_t) + sizeof(int32_t);
|
||||||
|
|
Loading…
Reference in a new issue