Module mz_environmentd::server
source · Expand description
Methods common to servers listening for TCP connections.
Structs
- A handle to a listener created by
listen
.
Constants
- TCP keepalive settings. The idle time and interval match CockroachDB 0. The number of retries matches the Linux default.
Statics
Traits
- A stream of incoming connections.
- A server handles incoming network connections.
Functions
- Listens for incoming TCP connections on the specified address.
- Serves incoming TCP connections from
conns
usingserver
.
Type Definitions
- A future that handles a connection.