luasocket/docs
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>
2022-07-27 09:40:18 +03:00
..
dns.html Move doc→docs so we can serve it with GitHub Pages 2022-03-23 00:11:24 +03:00
ftp.html Move doc→docs so we can serve it with GitHub Pages 2022-03-23 00:11:24 +03:00
http.html Move doc→docs so we can serve it with GitHub Pages 2022-03-23 00:11:24 +03:00
index.html chore: Release v3.0.0 2022-03-25 11:05:48 +03:00
installation.html chore: Update internal version references to match release (#370) 2022-03-28 11:53:32 +00:00
introduction.html Move doc→docs so we can serve it with GitHub Pages 2022-03-23 00:11:24 +03:00
ltn12.html Move doc→docs so we can serve it with GitHub Pages 2022-03-23 00:11:24 +03:00
lua05.ppt Move doc→docs so we can serve it with GitHub Pages 2022-03-23 00:11:24 +03:00
luasocket.png Move doc→docs so we can serve it with GitHub Pages 2022-03-23 00:11:24 +03:00
mime.html Move doc→docs so we can serve it with GitHub Pages 2022-03-23 00:11:24 +03:00
reference.css Move doc→docs so we can serve it with GitHub Pages 2022-03-23 00:11:24 +03:00
reference.html Move doc→docs so we can serve it with GitHub Pages 2022-03-23 00:11:24 +03:00
smtp.html Move doc→docs so we can serve it with GitHub Pages 2022-03-23 00:11:24 +03:00
socket.html Move doc→docs so we can serve it with GitHub Pages 2022-03-23 00:11:24 +03:00
tcp.html feat(tcp): Add support for TCP Defer Accept 2022-07-27 09:40:18 +03:00
udp.html Move doc→docs so we can serve it with GitHub Pages 2022-03-23 00:11:24 +03:00
url.html Move doc→docs so we can serve it with GitHub Pages 2022-03-23 00:11:24 +03:00