Struct httpbis::ServerConf[][src]

pub struct ServerConf {
    pub no_delay: Option<bool>,
    pub thread_name: Option<String>,
    pub alpn: Option<ServerAlpn>,
    pub only_v6: Option<bool>,
    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. Read more

impl Clone for ServerConf
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for ServerConf

impl Sync for ServerConf