diff --git a/libi2pd/Streaming.h b/libi2pd/Streaming.h index 4ace59ab..cf7b6870 100644 --- a/libi2pd/Streaming.h +++ b/libi2pd/Streaming.h @@ -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