diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-07-18 22:56:14 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-07-18 22:56:14 +0000 |
commit | c8b402e00442cd249397d4d33d2723a1f08a8108 (patch) | |
tree | d72a1ace55b42aa9d41c741fa2f757d92fad6592 /FIX | |
parent | e4e2223cff658a7016724a625ebbd3dacb92a8f9 (diff) | |
download | luasocket-c8b402e00442cd249397d4d33d2723a1f08a8108.tar.gz luasocket-c8b402e00442cd249397d4d33d2723a1f08a8108.tar.bz2 luasocket-c8b402e00442cd249397d4d33d2723a1f08a8108.zip |
Changed send function.
Diffstat (limited to 'FIX')
-rw-r--r-- | FIX | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ | |||
1 | UDP has a reasonable maximum datagram size | ||
2 | receive accepts the prefix optional argument | ||
3 | send doesn't support multiple arguments anymore | ||
4 | send allows the selection of the substring to be sent | ||
1 | fix bug that caused select return tables not to be associative on windows | 5 | fix bug that caused select return tables not to be associative on windows |
2 | compiles with g++ | 6 | compiles with g++ |
3 | new sample unix domain support | 7 | new sample unix domain support |