Expand description
Extensions to the regular TCP APIs
Structs§
- The (copy of) the kernel struct tcp_info returns
- The configuration for TCP keepalive
Functions§
- connect() to the given address while optionally binding to the specific source address.
- connect() to the given Unix domain socket
- Get the kernel TCP_INFO for the given FD.
- Set the TCP receive buffer size. See SO_RCVBUF.
- Enable server side TCP fast open.
- Enable client side TCP fast open.
- Apply the given TCP keepalive settings to the given connection