File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 13
13
//! This crate is sort of an evolution of the `net2` crate after seeing the
14
14
//! issues on it over time. The intention of this crate is to provide as direct
15
15
//! as possible access to the system's functionality for sockets as possible. No
16
- //! extra fluff (e.g. multiple syscalls or builders) provided in this crate. As
17
- //! a result using this crate can be a little wordy, but it should give you
18
- //! maximal flexibility over configuration of sockets.
16
+ //! extra fluff (e.g. multiple syscalls or builders) provided in this crate.
17
+ //! This also means it doesn't handle errors such as `EINTR`. As a result using
18
+ //! this crate can be a little wordy, but it should give you maximal flexibility
19
+ //! over configuration of sockets.
19
20
//!
20
21
//! # Examples
21
22
//!
You can’t perform that action at this time.
0 commit comments