summaryrefslogtreecommitdiffstats
path: root/examples/connect.rs
AgeCommit message (Expand)Author
2018-03-22Fix `connect` example for UDP (#241)Denis
2018-03-06Update examples to track latest Tokio changes (#180)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-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-11-01Remove executor from reactor.Carl Lerche
2017-10-30Rename crate to tokioCarl Lerche
2017-09-11Touch up a few examplesAlex Crichton
2017-09-11Add a UDP mode to the `connect` exampleAlex Crichton
2017-03-15Migrate to using tokio-ioAlex Crichton
2017-02-19Rename sender in connect exampleJustin Mayhew
2016-12-20Fix connect exampleAlex Crichton
2016-12-20Touch up comments on echo, add connect exampleAlex Crichton