limit delayed messages queue size

This commit is contained in:
orignal 2016-07-12 12:37:39 -04:00
parent 174430e3b5
commit 4ac4f44ba7
2 changed files with 17 additions and 7 deletions

View file

@ -66,6 +66,7 @@ namespace transport
};
const size_t SESSION_CREATION_TIMEOUT = 10; // in seconds
const int MAX_NUM_DELAYED_MESSAGES = 50;
class Transports
{
public: