From c86c1c8132a0d910cdb314798804d5fe0b270179 Mon Sep 17 00:00:00 2001 From: irungentoo Date: Wed, 3 Jul 2013 09:45:01 -0400 Subject: TODO updated. --- core/Lossless_UDP.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'core/Lossless_UDP.h') 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 @@ #include "network.h" +//maximum length of the data in the data packets +#define MAX_DATA_SIZE 1024 + + + //Functions //initialize a new connection to ip_port -- cgit v1.2.3