mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
don't send updated LeaseSet through a terminated session
This commit is contained in:
parent
1235d18d67
commit
1a9e11d86d
2 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue