diff options
| author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-07-16 06:48:48 +0000 |
|---|---|---|
| committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-07-16 06:48:48 +0000 |
| commit | e4e2223cff658a7016724a625ebbd3dacb92a8f9 (patch) | |
| tree | aac49c61149d30bf11219ab8d9989915bf7bee37 /src/udp.h | |
| parent | 9a79d500eb3e015f5bf579aab714916d49c1f289 (diff) | |
| download | luasocket-e4e2223cff658a7016724a625ebbd3dacb92a8f9.tar.gz luasocket-e4e2223cff658a7016724a625ebbd3dacb92a8f9.tar.bz2 luasocket-e4e2223cff658a7016724a625ebbd3dacb92a8f9.zip | |
Fixed a bunch of stuff. Added mike's patches.
Diffstat (limited to 'src/udp.h')
| -rw-r--r-- | src/udp.h | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -19,7 +19,7 @@ | |||
| 19 | #include "timeout.h" | 19 | #include "timeout.h" |
| 20 | #include "socket.h" | 20 | #include "socket.h" |
| 21 | 21 | ||
| 22 | #define UDP_DATAGRAMSIZE 576 | 22 | #define UDP_DATAGRAMSIZE 8192 |
| 23 | 23 | ||
| 24 | typedef struct t_udp_ { | 24 | typedef struct t_udp_ { |
| 25 | t_sock sock; | 25 | t_sock sock; |
