aboutsummaryrefslogtreecommitdiff
path: root/FIX
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2004-07-18 22:56:14 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2004-07-18 22:56:14 +0000
commitc8b402e00442cd249397d4d33d2723a1f08a8108 (patch)
treed72a1ace55b42aa9d41c741fa2f757d92fad6592 /FIX
parente4e2223cff658a7016724a625ebbd3dacb92a8f9 (diff)
downloadluasocket-c8b402e00442cd249397d4d33d2723a1f08a8108.tar.gz
luasocket-c8b402e00442cd249397d4d33d2723a1f08a8108.tar.bz2
luasocket-c8b402e00442cd249397d4d33d2723a1f08a8108.zip
Changed send function.
Diffstat (limited to 'FIX')
-rw-r--r--FIX4
1 files changed, 4 insertions, 0 deletions
diff --git a/FIX b/FIX
index 08f1452..f0ad3aa 100644
--- a/FIX
+++ b/FIX
@@ -1,3 +1,7 @@
1UDP has a reasonable maximum datagram size
2receive accepts the prefix optional argument
3send doesn't support multiple arguments anymore
4send allows the selection of the substring to be sent
1fix bug that caused select return tables not to be associative on windows 5fix bug that caused select return tables not to be associative on windows
2compiles with g++ 6compiles with g++
3new sample unix domain support 7new sample unix domain support