From bbdac036ddcaa3a7e993e1946a25b09ce5f2334d Mon Sep 17 00:00:00 2001 From: Othmar Gsenger Date: Sun, 9 Dec 2007 14:05:52 +0000 Subject: replay protection still broken (disabled) --- anytun.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'anytun.cpp') 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)) -- cgit v1.2.3