Skip to content

Commit

Permalink
Add TcpSplit to the TcpConnect trait (omission)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed Jan 3, 2025
1 parent e2ae03d commit b11b254
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions edge-nal/src/stack/tcp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ pub trait TcpConnect {
type Socket<'a>: Read<Error = Self::Error>
+ Write<Error = Self::Error>
+ Readable<Error = Self::Error>
+ TcpSplit<Error = Self::Error>
+ TcpShutdown<Error = Self::Error>
where
Self: 'a;
Expand Down

0 comments on commit b11b254

Please sign in to comment.