check send queue size

This commit is contained in:
orignal 2018-09-28 09:54:42 -04:00
parent 139b13b8d1
commit 8f41776858
2 changed files with 7 additions and 1 deletions

View file

@ -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
{