mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
shuffle records for VariableTunnelBuild message
This commit is contained in:
parent
29243fcb47
commit
e7cf0b0f79
2 changed files with 23 additions and 11 deletions
1
Tunnel.h
1
Tunnel.h
|
@ -22,6 +22,7 @@ namespace i2p
|
|||
namespace tunnel
|
||||
{
|
||||
const int TUNNEL_EXPIRATION_TIMEOUT = 660; // 11 minutes
|
||||
const int STANDARD_NUM_RECORDS = 5; // in VariableTunnelBuild message
|
||||
|
||||
enum TunnelState
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue