diff options
author | Othmar Gsenger <otti@anytun.org> | 2007-12-09 14:05:52 +0000 |
---|---|---|
committer | Othmar Gsenger <otti@anytun.org> | 2007-12-09 14:05:52 +0000 |
commit | bbdac036ddcaa3a7e993e1946a25b09ce5f2334d (patch) | |
tree | 063d2588ae81b066dba11633e2298ad074147535 | |
parent | testing replay protection (diff) |
replay protection still broken (disabled)
-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)) |