Re-exports§
pub use self::addr_stream::AddrStream;
Modules§
Structs§
- A stream of connections from binding to an address.
Functions§
- This function defines errors that are per-connection. Which basically means that if we get this error from
accept()
system call it means next connection might be ready to be accepted.