reduce send interval

This commit is contained in:
orignal
2026-03-30 08:55:36 -04:00
parent e6d6699dfb
commit 6dcfee0e24
+2 -2
View File
@@ -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