Struct trillium_async_std::ClientConfig [−][src]
Expand description
configuration for the tcp Connector
Fields
nodelay: Option<bool>disable nagle’s algorithm
ttl: Option<u32>set a time to live for the tcp protocol
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for ClientConfigimpl Send for ClientConfigimpl Sync for ClientConfigimpl Unpin for ClientConfigimpl UnwindSafe for ClientConfigBlanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V