Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
irvingoujAtDevolution committed Feb 13, 2024
1 parent 93dc77c commit 0953927
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/iocp/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -682,6 +682,7 @@ impl EventExtra {
self.flags.set(AfdPollMask::RECEIVE_EXPEDITED, active);
}

/// Check if TCP connect failed. Deprecated.
#[inline]
pub fn is_connect_failed(&self) -> Option<bool> {
Some(self.flags.intersects(AfdPollMask::CONNECT_FAIL))
Expand Down

0 comments on commit 0953927

Please sign in to comment.