From 6dcfee0e247e253d5d40bce67c14627c75da33c5 Mon Sep 17 00:00:00 2001 From: orignal Date: Mon, 30 Mar 2026 08:55:36 -0400 Subject: [PATCH] reduce send interval --- libi2pd/Streaming.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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