summaryrefslogtreecommitdiff
path: root/src/datatypes.h
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/datatypes.h
parentsingle thread per socket (diff)
fixed packet length
Diffstat (limited to 'src/datatypes.h')
-rw-r--r--src/datatypes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/datatypes.h b/src/datatypes.h
index 4e5977d..ba34614 100644
--- a/src/datatypes.h
+++ b/src/datatypes.h
@@ -65,4 +65,6 @@ typedef int system_error_t;
typedef DWORD system_error_t;
#endif
+#define MAX_PACKET_LENGTH 1600
+
#endif