diff options
| author | Victor Bombi <sonoro@telefonica.net> | 2025-11-14 13:11:52 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-14 15:11:52 +0300 |
| commit | e13de2013749961edaa126697f3290d3dca91823 (patch) | |
| tree | 8937060b5b00f3a10c6b0e7d58018b17c662d19c | |
| parent | 4844a48fbf76b0400fd7b7e4d15d244484019df1 (diff) | |
| download | luasocket-master.tar.gz luasocket-master.tar.bz2 luasocket-master.zip | |
| -rw-r--r-- | src/udp.h | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -17,7 +17,9 @@ | |||
| 17 | #include "timeout.h" | 17 | #include "timeout.h" |
| 18 | #include "socket.h" | 18 | #include "socket.h" |
| 19 | 19 | ||
| 20 | #ifndef UDP_DATAGRAMSIZE | ||
| 20 | #define UDP_DATAGRAMSIZE 8192 | 21 | #define UDP_DATAGRAMSIZE 8192 |
| 22 | #endif | ||
| 21 | 23 | ||
| 22 | typedef struct t_udp_ { | 24 | typedef struct t_udp_ { |
| 23 | t_socket sock; | 25 | t_socket sock; |
