rust/src/libstd/io/net
Alex Crichton 7b81cc09c1 Make a double-write UDP test more robust
I have a hunch this just deadlocked the windows bots. Due to UDP being a lossy
protocol, I don't think we can guarantee that the server can receive both
packets, so just listen for one of them.
2014-02-05 18:47:49 -08:00
..
addrinfo.rs std: Fixing all documentation 2014-02-03 09:32:35 -08:00
ip.rs stdtest: Fix all leaked trait imports 2014-01-07 23:51:38 -08:00
mod.rs Move std::rt::io to std::io 2013-11-11 20:44:07 -08:00
tcp.rs Implement clone() for TCP/UDP/Unix sockets 2014-02-05 11:43:49 -08:00
udp.rs Make a double-write UDP test more robust 2014-02-05 18:47:49 -08:00
unix.rs Implement clone() for TCP/UDP/Unix sockets 2014-02-05 11:43:49 -08:00