summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2007-12-09 14:05:52 +0000
committerOthmar Gsenger <otti@anytun.org>2007-12-09 14:05:52 +0000
commitbbdac036ddcaa3a7e993e1946a25b09ce5f2334d (patch)
tree063d2588ae81b066dba11633e2298ad074147535
parenttesting replay protection (diff)
replay protection still broken (disabled)
-rw-r--r--anytun.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/anytun.cpp b/anytun.cpp
index 7578740..d9b8b1e 100644
--- a/anytun.cpp
+++ b/anytun.cpp
@@ -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))