Struct sctp_proto::ServerConfig [−][src]
pub struct ServerConfig {
pub transport: Arc<TransportConfig>,
// some fields omitted
}
Expand description
Parameters governing incoming associations
Default values should be suitable for most internet applications.
Fields
transport: Arc<TransportConfig>
Transport configuration to use for incoming associations
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ServerConfig
impl Send for ServerConfig
impl Sync for ServerConfig
impl Unpin for ServerConfig
impl UnwindSafe for ServerConfig
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more