don't send updated LeaseSet through a terminated session

This commit is contained in:
orignal 2021-01-18 12:58:27 -05:00
parent 1235d18d67
commit 1a9e11d86d
2 changed files with 4 additions and 2 deletions

View file

@ -61,7 +61,7 @@ namespace stream
const int SYN_TIMEOUT = 200; // how long we wait for SYN after follow-on, in milliseconds
const size_t MAX_PENDING_INCOMING_BACKLOG = 128;
const int PENDING_INCOMING_TIMEOUT = 10; // in seconds
const int MAX_RECEIVE_TIMEOUT = 30; // in seconds
const int MAX_RECEIVE_TIMEOUT = 20; // in seconds
struct Packet
{