mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
check send queue size
This commit is contained in:
parent
139b13b8d1
commit
8f41776858
2 changed files with 7 additions and 1 deletions
|
@ -39,6 +39,7 @@ namespace transport
|
|||
const int NTCP2_TERMINATION_CHECK_TIMEOUT = 30; // 30 seconds
|
||||
|
||||
const int NTCP2_CLOCK_SKEW = 60; // in seconds
|
||||
const int NTCP2_MAX_OUTGOING_QUEUE_SIZE = 500; // how many messages we can queue up
|
||||
|
||||
enum NTCP2BlockType
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue