check timestamps

This commit is contained in:
orignal 2018-08-15 11:42:56 -04:00
parent db4c26a400
commit c41081d35c
2 changed files with 23 additions and 5 deletions

View file

@ -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,