diff options
Diffstat (limited to 'anytun.cpp')
-rw-r--r-- | anytun.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -255,8 +255,8 @@ void* receiver(void* p) } //Replay Protection - if (!checkPacketSeqNr(pack,conn)) - continue; + //if (!checkPacketSeqNr(pack,conn)) + // continue; pack.removeHeader(); if (!decryptPacket(pack, c, conn)) |