We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6caedf1 commit 15d1e37Copy full SHA for 15d1e37
src/stack/tcp.rs
@@ -4,7 +4,7 @@ use crate::SocketAddr;
4
#[non_exhaustive]
5
#[derive(Copy, Clone, PartialEq, Debug)]
6
pub enum TcpErrorKind {
7
- /// The peer has closed one or both directions and the connection is broken.
+ /// The socket has been closed in the direction in which the failing operation was attempted.
8
PipeClosed,
9
10
/// Some other error has occurred.
0 commit comments