summaryrefslogtreecommitdiffstats
path: root/tests/udp.rs
AgeCommit message (Expand)Author
2018-03-14Move tokio::net module into tokio tcp/udp crates (#224)Sam Rijs
2018-03-04Switch TCP/UDP fns to poll_ -> Poll<...> style (#175)Carl Lerche
2018-02-07Remove `framed` fn from `UdpSocket` (#116)Carl Lerche
2018-02-06Remove UdpCodec (#109)Roman
2018-02-06Switch back to futures from crates.io (#113)Carl Lerche
2018-02-01Track futures tokio-reform branch (#88)Carl Lerche
2018-01-31Poll evented mutability (#37)Carl Lerche
2018-01-30Update send_dgram function signature. (#91)Carl Lerche
2018-01-16Fix UdpCodec::encode (#85)Roman
2017-12-12Remove `Handle` argument from I/O constructors (#61)Alex Crichton
2017-12-11Remove the `Reactor::run` method (#58)Alex Crichton
2017-12-05Blanket rename `Core` to `Reactor`Alex Crichton
2017-12-01Remove unused code (#44)Thomas de Zeeuw
2017-10-30Remove deprecated code.Carl Lerche
2017-10-30Rename crate to tokioCarl Lerche
2017-10-05Fix UDP testAlex Crichton
2017-09-12Adds a test for UdpSocket connect, recv and sendBastian Köcher
2017-09-11UDP 0-length datagramsHenning Ottesen
2016-09-07Swap Handle/PinnedAlex Crichton
2016-09-07Reorganize the entire crate:Alex Crichton
2016-09-02Update with Poll/Async changesAlex Crichton
2016-08-26Rename to tokio-core, add in futures-ioAlex Crichton
2016-08-17Re-work I/OAlex Crichton
2016-08-02Add a simple UDP testAlex Crichton