Expand description

Allows applications to limit peer’s ability to open new connections

Re-exports

pub use default::Limits as Default;

Modules

Default provider for the endpoint limits.

Structs

A ConnectionAttempt holds information about the state of endpoint receiving a connect, along with information about the connection. This can be used to make decisions about the Outcome of an attempted connection

Enums

Outcome describes how the library should proceed on a connection attempt. The implementor will use information from the ConnectionAttempt object to determine how the library should handle the connection attempt

Traits

Converts a value into a Provider