pub const DEFAULT_SERVER_KEEP_ALIVE_MIN_TIME: Duration;
Expand description

Set whether TCP keepalive messages are enabled on accepted connections.

If None is specified, keepalive is disabled, otherwise the duration specified will be the time to remain idle before sending TCP keepalive probes.

Default is no keepalive (None) Avalanche default is 5 seconds.