mirror of
https://github.com/lunarmodules/luasocket.git
synced 2025-10-31 18:35:45 +01:00
d1ad8160cba9e504c9d17665492044a93efdc3ab
This makes it so that a listening socket does not become readable for accept() until a connection has been fully established *and* started sending something, thus the program doesn't have to wait for the first data. This only makes sense for client-speaks-first protocols. Co-authored-by: Caleb Maclennan <caleb@alerque.com>
LuaSocket
LuaSocket is a Lua extension library composed of two parts:
- a set of C modules that provide support for the TCP and UDP transport layers, and
- a set of Lua modules that provide functions commonly needed by applications that deal with the Internet.
Languages
HTML
48.5%
C
27.1%
Lua
22.7%
Makefile
1.5%