Skip to content

Commit

Permalink
Update src/stack/tcp.rs
Browse files Browse the repository at this point in the history
Co-authored-by: chrysn <[email protected]>
  • Loading branch information
ryan-summers and chrysn authored Jun 15, 2023
1 parent 6caedf1 commit 15d1e37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stack/tcp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use crate::SocketAddr;
#[non_exhaustive]
#[derive(Copy, Clone, PartialEq, Debug)]
pub enum TcpErrorKind {
/// 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.
PipeClosed,

/// Some other error has occurred.
Expand Down

0 comments on commit 15d1e37

Please sign in to comment.