Changed send function.

This commit is contained in:
Diego Nehab 2004-07-18 22:56:14 +00:00
parent e4e2223cff
commit c8b402e004
8 changed files with 118 additions and 70 deletions

4
FIX
View file

@ -1,3 +1,7 @@
UDP has a reasonable maximum datagram size
receive accepts the prefix optional argument
send doesn't support multiple arguments anymore
send allows the selection of the substring to be sent
fix bug that caused select return tables not to be associative on windows
compiles with g++
new sample unix domain support