aboutsummaryrefslogtreecommitdiff
path: root/src/udp.h
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2004-07-26 05:17:37 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2004-07-26 05:17:37 +0000
commit911e8d7e7f63e6e90814e82955bfaf26328afb19 (patch)
tree575a916f4616a0f865bff9928faa9be67a8c867e /src/udp.h
parentd914007507a6a4ad3489cca19652af403fef7074 (diff)
downloadluasocket-911e8d7e7f63e6e90814e82955bfaf26328afb19.tar.gz
luasocket-911e8d7e7f63e6e90814e82955bfaf26328afb19.tar.bz2
luasocket-911e8d7e7f63e6e90814e82955bfaf26328afb19.zip
Beta2 is out! Total timeout works on Windows.
Diffstat (limited to 'src/udp.h')
-rw-r--r--src/udp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/udp.h b/src/udp.h
index f34c8ad..520573d 100644
--- a/src/udp.h
+++ b/src/udp.h
@@ -19,6 +19,7 @@
19#include "timeout.h" 19#include "timeout.h"
20#include "socket.h" 20#include "socket.h"
21 21
22/* can't be larger than wsocket.c MAXCHUNK!!! */
22#define UDP_DATAGRAMSIZE 8192 23#define UDP_DATAGRAMSIZE 8192
23 24
24typedef struct t_udp_ { 25typedef struct t_udp_ {