Struct httpbis::server_conf::ServerConf [] [src]

pub struct ServerConf {
    pub no_delay: Option<bool>,
    pub thread_name: Option<String>,
    pub alpn: Option<ServerAlpn>,
    pub reuse_port: Option<bool>,
    pub backlog: Option<i32>,
    pub common: CommonConf,
}

Fields

TCP_NODELAY

Ignored on Windows

Methods

impl ServerConf
[src]

Trait Implementations

impl Default for ServerConf
[src]

Returns the "default value" for a type. Read more

impl Debug for ServerConf
[src]

Formats the value using the given formatter.

impl Clone for ServerConf
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more