Struct httpbis::server_conf::ServerConf
[−]
[src]
pub struct ServerConf {
pub no_delay: Option<bool>,
pub thread_name: Option<String>,
pub reuse_port: Option<bool>,
pub backlog: Option<i32>,
pub common: CommonConf,
}Fields
no_delay: Option<bool>
TCP_NODELAY
thread_name: Option<String>
reuse_port: Option<bool>
Ignored on Windows
backlog: Option<i32>
common: CommonConf
Methods
impl ServerConf[src]
fn new() -> ServerConf
Trait Implementations
impl Default for ServerConf[src]
fn default() -> ServerConf
Returns the "default value" for a type. Read more
impl Debug for ServerConf[src]
impl Clone for ServerConf[src]
fn clone(&self) -> ServerConf
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more