summaryrefslogtreecommitdiffstats
path: root/tokio/tests/udp.rs
AgeCommit message (Expand)Author
2020-12-10net: Pass SocketAddr by value (#3125)Nylonicious
2020-11-16net: add UdpSocket readiness and non-blocking ops (#3138)Carl Lerche
2020-10-22tokio: add back poll_* for udp (#2981)Evan Cameron
2020-09-25Fix readiness future eagerly consuming entire socket readiness (#2887)Sean McArthur
2020-09-23io: use intrusive wait list for I/O driver (#2828)Sean McArthur
2020-07-28add: Add `UdpSocket::{try_send,try_send_to}` methods (#1979)Kevin Leimkuhler
2019-11-22default all feature flags to off (#1811)Carl Lerche
2019-10-25net: move into tokio crate (#1683)Carl Lerche