summaryrefslogtreecommitdiff
path: root/src/anytun.cpp
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2010-01-13 01:46:05 +0000
committerChristian Pointner <equinox@anytun.org>2010-01-13 01:46:05 +0000
commita983fbdad590a1905ced5ee75034b2bac9a853ad (patch)
tree669d253da4c7509d70884b508b2d0e83069969b4 /src/anytun.cpp
parentsingle thread per socket (diff)
fixed packet length
Diffstat (limited to 'src/anytun.cpp')
-rw-r--r--src/anytun.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/anytun.cpp b/src/anytun.cpp
index 85c85bf..51c2b1d 100644
--- a/src/anytun.cpp
+++ b/src/anytun.cpp
@@ -72,8 +72,6 @@
#include "syncOnConnect.hpp"
#endif
-#define MAX_PACKET_LENGTH 1600
-
#include "cryptinit.hpp"
#include "daemon.hpp"
#include "sysExec.h"