Commit graph

2 commits

Author SHA1 Message Date
Kim Alvefur
9cda037d9d 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.
2022-05-15 16:37:27 +02:00
Caleb Maclennan
f98977b2da
Move doc→docs so we can serve it with GitHub Pages 2022-03-23 00:11:24 +03:00
Renamed from doc/tcp.html (Browse further)