mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
don't include same introducer twice
This commit is contained in:
parent
98fd1c7dbc
commit
5435d20199
4 changed files with 14 additions and 8 deletions
2
SSU.h
2
SSU.h
|
@ -35,7 +35,7 @@ namespace ssu
|
|||
const int SSU_TERMINATION_TIMEOUT = 330; // 5.5 minutes
|
||||
const int SSU_KEEP_ALIVE_INTERVAL = 30; // 30 seconds
|
||||
const int SSU_TO_INTRODUCER_SESSION_DURATION = 3600; // 1 hour
|
||||
const int SSU_MAX_NUM_INTRODUCERS = 3;
|
||||
const size_t SSU_MAX_NUM_INTRODUCERS = 3;
|
||||
|
||||
// payload types (4 bits)
|
||||
const uint8_t PAYLOAD_TYPE_SESSION_REQUEST = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue