Files
rust/src/libstd
bors 3fb3568377 auto merge of #15265 : omasanori/rust/udp, r=alexcrichton
POSIX has recvfrom(2) and sendto(2), but their name seem not to be suitable with Rust. We already renamed getpeername(2) and getsockname(2), so I think it makes sense.

Alternatively, `receive_from` would be fine. However, we have `.recv()` so I chose `recv_from`.

What do you think? If this makes sense, should I provide `recvfrom` and `sendto` deprecated methods just calling new methods for compatibility?
2014-07-02 09:21:39 +00:00
..
2014-06-30 22:49:18 -07:00
2014-06-30 18:50:32 +02:00
2014-06-30 22:49:18 -07:00
2014-06-30 22:49:18 -07:00
2014-06-30 22:49:18 -07:00
2014-06-30 22:49:18 -07:00