mirror of
https://github.com/lunarmodules/luasocket.git
synced 2025-01-28 23:52:51 +01:00
Kim Alvefur
d1ad8160cb
feat(tcp): Add support for TCP Defer Accept
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>
Languages
HTML
48.5%
C
27.1%
Lua
22.7%
Makefile
1.4%