Module mz_environmentd::server

source ·
Expand description

Methods common to servers listening for TCP connections.

Structs

Constants

  • KEEPALIVE 🔒
    TCP keepalive settings. The idle time and interval match CockroachDB 0. The number of retries matches the Linux default.

Traits

Functions

  • Listens for incoming TCP connections on the specified address.
  • Serves incoming TCP connections from conns using server.

Type Definitions