mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
check timestamps
This commit is contained in:
parent
db4c26a400
commit
c41081d35c
2 changed files with 23 additions and 5 deletions
|
@ -26,6 +26,8 @@ namespace transport
|
|||
const int NTCP2_TERMINATION_TIMEOUT = 120; // 2 minutes
|
||||
const int NTCP2_TERMINATION_CHECK_TIMEOUT = 30; // 30 seconds
|
||||
|
||||
const int NTCP2_CLOCK_SKEW = 60; // in seconds
|
||||
|
||||
enum NTCP2BlockType
|
||||
{
|
||||
eNTCP2BlkDateTime = 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue