mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
correct ack ranges calculation
This commit is contained in:
parent
b918499f14
commit
b744a0cc38
2 changed files with 13 additions and 6 deletions
|
@ -34,6 +34,7 @@ namespace transport
|
|||
const int SSU2_MAX_NUM_RESENDS = 5;
|
||||
const int SSU2_INCOMPLETE_MESSAGES_CLEANUP_TIMEOUT = 30; // in seconds
|
||||
const size_t SSU2_MAX_WINDOW_SIZE = 128; // in packets
|
||||
const int SSU2_MAX_NUM_ACK_RANGES = 32; // to send
|
||||
|
||||
enum SSU2MessageType
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue