summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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))