diff options
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/luasocket/src/udp.h')
-rw-r--r-- | Build/source/texk/web2c/luatexdir/luasocket/src/udp.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/luatexdir/luasocket/src/udp.h b/Build/source/texk/web2c/luatexdir/luasocket/src/udp.h index 2b831a53716..be9b6a5530f 100644 --- a/Build/source/texk/web2c/luatexdir/luasocket/src/udp.h +++ b/Build/source/texk/web2c/luatexdir/luasocket/src/udp.h @@ -8,7 +8,7 @@ * (AF_INET, SOCK_DGRAM). * * Two classes are defined: connected and unconnected. UDP objects are -* originally unconnected. They can be "connected" to a given address +* originally unconnected. They can be "connected" to a given address * with a call to the setpeername function. The same function can be used to * break the connection. \*=========================================================================*/ @@ -17,7 +17,6 @@ #include "timeout.h" #include "socket.h" -/* can't be larger than wsocket.c MAXCHUNK!!! */ #define UDP_DATAGRAMSIZE 8192 typedef struct t_udp_ { |