Struct sctp_proto::EndpointConfig [−][src]
pub struct EndpointConfig { /* fields omitted */ }
Expand description
Global configuration for the endpoint, affecting all connections
Default values should be suitable for most internet applications.
Implementations
Supply a custom Association ID generator factory
Called once by each Endpoint
constructed from this configuration to obtain the AID
generator which will be used to generate the AIDs used for incoming packets on all
associations involving that Endpoint
. A custom AID generator allows applications to embed
information in local association IDs, e.g. to support stateless packet-level load balancers.
EndpointConfig::new()
applies a default random AID generator factory. This functions
accepts any customized AID generator to reset AID generator factory that implements
the AssociationIdGenerator
trait.
Maximum payload size accepted from peers.
The default is suitable for typical internet applications. Applications which expect to run on networks supporting Ethernet jumbo frames or similar should set this appropriately.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for EndpointConfig
impl Send for EndpointConfig
impl Sync for EndpointConfig
impl Unpin for EndpointConfig
impl !UnwindSafe for EndpointConfig
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