mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
request choking delay if too many NACKs. Drop window size to 1 if choking delay received
This commit is contained in:
@@ -66,6 +66,7 @@ namespace stream
|
||||
const size_t MAX_PENDING_INCOMING_BACKLOG = 128;
|
||||
const int PENDING_INCOMING_TIMEOUT = 10; // in seconds
|
||||
const int MAX_RECEIVE_TIMEOUT = 20; // in seconds
|
||||
const uint16_t DELAY_CHOKING = 60000; // in milliseconds
|
||||
|
||||
struct Packet
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user