diff options
Diffstat (limited to 'core/Lossless_UDP.h')
-rw-r--r-- | core/Lossless_UDP.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/Lossless_UDP.h b/core/Lossless_UDP.h index 91e71019..8bdeb43e 100644 --- a/core/Lossless_UDP.h +++ b/core/Lossless_UDP.h | |||
@@ -28,6 +28,11 @@ | |||
28 | #include "network.h" | 28 | #include "network.h" |
29 | 29 | ||
30 | 30 | ||
31 | //maximum length of the data in the data packets | ||
32 | #define MAX_DATA_SIZE 1024 | ||
33 | |||
34 | |||
35 | |||
31 | //Functions | 36 | //Functions |
32 | 37 | ||
33 | //initialize a new connection to ip_port | 38 | //initialize a new connection to ip_port |