Files
rust/src/libstd/sys/unix
Tyler Julian a40be0857c libstd/net: Add peek APIs to UdpSocket and TcpStream
These methods enable socket reads without side-effects. That is,
repeated calls to peek() return identical data. This is accomplished
by providing the POSIX flag MSG_PEEK to the underlying socket read
operations.

This also moves the current implementation of recv_from out of the
platform-independent sys_common and into respective sys/windows and
sys/unix implementations. This allows for more platform-dependent
implementations.
2017-02-04 12:00:19 -08:00
..
2016-12-20 14:09:50 -08:00
2016-10-14 23:02:47 +02:00
2016-12-03 19:47:27 +01:00
2016-10-22 07:08:06 -07:00
2016-12-26 15:08:53 -08:00
2016-12-01 12:01:07 -08:00
2016-08-24 22:12:48 +00:00
2016-12-06 19:31:48 +01:00
2016-08-19 21:12:36 -04:00
2016-11-28 21:07:26 -07:00
2015-11-09 22:55:50 -08:00
2016-10-22 07:08:07 -07:00