mirror of
https://github.com/lunarmodules/luasocket.git
synced 2024-11-08 14:28:21 +01:00
Network support for the Lua language
51acb54760
A zero-length send is invalid with TCP, but well defined with UDP. udp:send"" was returning (nil,"refused"), indicating that it failed when the packet was actually sent. The test script reproduces the bug, and includes a tcpdump of the zero length packet being sent. |
||
---|---|---|
doc | ||
etc | ||
gem | ||
samples | ||
src | ||
test | ||
.gitignore | ||
config | ||
FIX | ||
LICENSE | ||
logo.ps | ||
ltn012.wiki | ||
ltn013.wiki | ||
luasocket.sln | ||
makefile | ||
makefile.dist | ||
mime.vcproj | ||
NEW | ||
README | ||
socket.vcproj | ||
TODO | ||
WISH |
This is the LuaSocket 2.0.1. It has been tested on WinXP, Mac OS X, and Linux. Please use the Lua mailing list to report any bugs (or "features") you encounter. Have fun, Diego Nehab.