don't send instant Ack for out-of-sequence message

This commit is contained in:
orignal 2022-03-27 09:26:45 -04:00
parent 371a339b18
commit 7d5f51e357
2 changed files with 14 additions and 15 deletions

View file

@ -135,7 +135,7 @@ namespace transport
size_t CreateAddressBlock (const boost::asio::ip::udp::endpoint& ep, uint8_t * buf, size_t len);
size_t CreateAckBlock (uint8_t * buf, size_t len);
size_t CreatePaddingBlock (uint8_t * buf, size_t len);
size_t CreatePaddingBlock (uint8_t * buf, size_t len, size_t minSize = 0);
private: