Expand description
Socket setup helpers: listeners with SO_REUSEPORT (one per worker for
share-nothing accept), nonblocking tuning, keepalive.
Structs§
- Stream
Fd - Raw stream descriptor owned by a session. Closed on drop.
Functions§
- set_
keepalive - Sets aggressive keepalive so dead upstreams are noticed.
- set_
nodelay - Sets
TCP_NODELAY(request latency over Nagle). - shutdown_
write shutdown(SHUT_WR)— half-close (finishes streaming responses).- tcp_
listener - Creates a nonblocking TCP listener bound to
addr.