mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2026-05-25 09:54:36 +00:00
reduce send interval
This commit is contained in:
+2
-2
@@ -79,8 +79,8 @@ namespace stream
|
||||
const uint16_t DELAY_CHOKING_JAVA = 61000; // in milliseconds
|
||||
const uint16_t DELAY_CHOKING_2 = 65535; // in milliseconds
|
||||
const uint16_t DELAY_CHOKING_3 = 65534; // in milliseconds
|
||||
const uint64_t SEND_INTERVAL = 10000; // in microseconds
|
||||
const uint64_t SEND_INTERVAL_VARIANCE = 2000; // in microseconds
|
||||
const uint64_t SEND_INTERVAL = 5000; // in microseconds
|
||||
const uint64_t SEND_INTERVAL_VARIANCE = 1000; // in microseconds
|
||||
const uint64_t REQUEST_IMMEDIATE_ACK_INTERVAL = 7500; // in milliseconds
|
||||
const uint64_t REQUEST_IMMEDIATE_ACK_INTERVAL_VARIANCE = 3200; // in milliseconds
|
||||
const bool LOSS_BASED_CONTROL_ENABLED = 0; // 0/1
|
||||
|
||||
Reference in New Issue
Block a user