Struct message_io::adapters::tcp::TcpListenConfig
source · pub struct TcpListenConfig {
pub keepalive: Option<TcpKeepalive>,
}Fields§
§keepalive: Option<TcpKeepalive>Enables TCP keepalive settings on client connection sockets.
Trait Implementations§
source§impl Clone for TcpListenConfig
impl Clone for TcpListenConfig
source§fn clone(&self) -> TcpListenConfig
fn clone(&self) -> TcpListenConfig
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for TcpListenConfig
impl Debug for TcpListenConfig
source§impl Default for TcpListenConfig
impl Default for TcpListenConfig
source§fn default() -> TcpListenConfig
fn default() -> TcpListenConfig
Returns the “default value” for a type. Read more