File tree 1 file changed +2
-4
lines changed
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -88,10 +88,8 @@ pub trait SocketDescriptor : cmp::Eq + hash::Hash + Clone {
88
88
}
89
89
90
90
/// Error for PeerManager errors. If you get one of these, you must disconnect the socket and
91
- /// generate no further read_event/write_buffer_space_avail calls for the descriptor, only
92
- /// triggering a single socket_disconnected call (unless it was provided in response to a
93
- /// new_*_connection event, in which case no such socket_disconnected() must be called and the
94
- /// socket silently disconencted).
91
+ /// generate no further read_event/write_buffer_space_avail/doscket_disconnected calls for the
92
+ /// descriptor.
95
93
pub struct PeerHandleError {
96
94
/// Used to indicate that we probably can't make any future connections to this peer, implying
97
95
/// we should go ahead and force-close any channels we have with it.
You can’t perform that action at this time.
0 commit comments