polling/src/iocp
irvingouj @ Devolutions e25b3b4e4c
feat: Replace is_connect_failed with is_err
In linux, epoll, EPOLLHUP may happen even if no connection call is made. It
would confuse callers for what is actually happening.

Replaced is_connect_failed, and we detect if connection failed by using the
combination of is_err and is_interrupt, please see the example, tcp_client
2024-03-20 22:04:46 -07:00
..
afd.rs m: Update windows-sys requirement from 0.48 to 0.52 2023-11-24 07:53:04 -08:00
mod.rs feat: Replace is_connect_failed with is_err 2024-03-20 22:04:46 -07:00
port.rs bugfix: Remove CallOnDrop from port.rs 2024-03-12 20:46:02 -07:00