rust/src/libstd/sys
bors 01677eeef2 Auto merge of #38707 - redox-os:master, r=brson
Add socket timeout and ttl support in `sys::redox`

This adds support for `read_timeout`, `write_timeout`, and `ttl` on `TcpStream`, `TcpListener`, and `UdpSocket` in the `sys::redox` module.

The DNS lookup has been set to use a 5 second timeout by default.
2017-01-04 04:28:15 +00:00
..
redox Add socket timeout and ttl support 2016-12-30 10:38:53 -07:00
unix std: Clamp max read/write sizes on Unix 2016-12-26 15:08:53 -08:00
windows Reword 'stupid' and 'crazy' in docs. 2017-01-02 16:29:19 -05:00
mod.rs Fix compile errors and such 2016-12-20 14:09:50 -08:00