Struct message_io::adapters::framed_tcp::FramedTcpListenConfig
source · pub struct FramedTcpListenConfig {
pub keepalive: Option<TcpKeepalive>,
}Fields§
§keepalive: Option<TcpKeepalive>Enables TCP keepalive settings on client connection sockets.
Trait Implementations§
source§impl Clone for FramedTcpListenConfig
impl Clone for FramedTcpListenConfig
source§fn clone(&self) -> FramedTcpListenConfig
fn clone(&self) -> FramedTcpListenConfig
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 FramedTcpListenConfig
impl Debug for FramedTcpListenConfig
source§impl Default for FramedTcpListenConfig
impl Default for FramedTcpListenConfig
source§fn default() -> FramedTcpListenConfig
fn default() -> FramedTcpListenConfig
Returns the “default value” for a type. Read more