summaryrefslogtreecommitdiff
path: root/src/datatypes.h
diff options
context:
space:
mode:
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