Struct httpbis::server_conf::HttpServerConf [] [src]

pub struct HttpServerConf {
    pub no_delay: Option<bool>,
    pub thread_name: Option<String>,
    pub reuse_port: Option<bool>,
    pub backlog: Option<i32>,
}

Fields

TCP_NODELAY

Ignored on Windows

Trait Implementations

impl Default for HttpServerConf
[src]

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

impl Debug for HttpServerConf
[src]

Formats the value using the given formatter.

impl Clone for HttpServerConf
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more