Crate mz_server_core

source ·
Expand description

Methods common to servers listening for TCP connections.

Structs

Enums

  • Specifies how strictly to enforce TLS encryption.

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 Aliases