rust/src/libstd/sys/redox/net
Steven Fackler 8c92da3c51 Implement TcpStream::connect_timeout
This breaks the "single syscall rule", but it's really annoying to hand
write and is pretty foundational.
2017-07-06 19:35:49 -07:00
..
dns Commit to fix make tidy 2016-11-28 21:07:26 -07:00
mod.rs Add socket timeout and ttl support 2016-12-30 10:38:53 -07:00
netc.rs Move rt into sys::rt, fix tidy 2016-12-20 15:26:58 -07:00
tcp.rs Implement TcpStream::connect_timeout 2017-07-06 19:35:49 -07:00
udp.rs Fix compilation on Redox 2017-02-08 20:01:57 -07:00