Files
tokio/tokio-tcp
Carl Lerche 1b498e8aa2 Fix TCP poll_hup test (#1106)
This updates tests to track a fix applied in Mio. Previously, Mio
incorrectly fired HUP events. This was due to Mio mapping `RDHUP` to
HUP. The test is updated to correctly generate a HUP event.

Additionally, HUP events will be removed from all platforms except for
Linux. This is caused by the inability to reliably map kqueue events to
the epoll HUP behavior.
2019-05-24 14:08:07 -07:00
..
2019-05-14 10:27:36 -07:00
2019-05-24 14:08:07 -07:00
2019-05-24 14:08:07 -07:00
2019-01-06 23:25:55 -08:00
2019-01-06 23:25:55 -08:00
2019-01-06 23:25:55 -08:00

tokio-tcp

TCP bindings for tokio.

Documentation

License

This project is licensed under the MIT license.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in Tokio by you, shall be licensed as MIT, without any additional terms or conditions.