Struct sctp_proto::ServerConfig
source · pub struct ServerConfig {
pub transport: Arc<TransportConfig>,
/* private fields */
}
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§
source§impl ServerConfig
impl ServerConfig
Trait Implementations§
source§impl Clone for ServerConfig
impl Clone for ServerConfig
source§fn clone(&self) -> ServerConfig
fn clone(&self) -> ServerConfig
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more