i2p.streaming.maxConcurrentStreams I2CP param

This commit is contained in:
orignal 2024-11-11 13:41:27 -05:00
parent dbef3fe9d2
commit 2778b092e3
5 changed files with 11 additions and 7 deletions

View file

@ -66,7 +66,6 @@ namespace stream
const int MIN_SEND_ACK_TIMEOUT = 2; // in milliseconds
const int SYN_TIMEOUT = 200; // how long we wait for SYN after follow-on, in milliseconds
const size_t MAX_PENDING_INCOMING_BACKLOG = 1024;
const size_t MAX_NUM_INCOMING_STREAMS = 2048;
const int PENDING_INCOMING_TIMEOUT = 10; // in seconds
const int MAX_RECEIVE_TIMEOUT = 20; // in seconds
const uint16_t DELAY_CHOKING = 60000; // in milliseconds