mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
use seesion key only for SesssionDestroy message
This commit is contained in:
parent
40d5489429
commit
702b352be9
2 changed files with 4 additions and 20 deletions
2
SSU.h
2
SSU.h
|
@ -30,7 +30,7 @@ namespace ssu
|
|||
|
||||
const size_t SSU_MTU = 1484;
|
||||
const int SSU_CONNECT_TIMEOUT = 5; // 5 seconds
|
||||
const int SSU_TERMINATION_TIMEOUT = 270; // 4.5 minutes
|
||||
const int SSU_TERMINATION_TIMEOUT = 330; // 5.5 minutes
|
||||
|
||||
// payload types (4 bits)
|
||||
const uint8_t PAYLOAD_TYPE_SESSION_REQUEST = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue