Files
rust/library/std/src
bors af69066aa6 Auto merge of #69864 - LinkTed:master, r=Amanieu
unix: Extend UnixStream and UnixDatagram to send and receive file descriptors

Add the functions `recv_vectored_fds` and `send_vectored_fds` to `UnixDatagram` and `UnixStream`. With this functions `UnixDatagram` and `UnixStream` can send and receive file descriptors, by using `recvmsg` and `sendmsg` system call.
2020-12-02 17:36:29 +00:00
..
2020-11-19 19:23:36 -05:00
2020-11-17 15:32:23 -08:00
2020-11-26 23:15:32 +09:00
2020-09-02 17:38:21 -04:00
2020-11-07 12:50:57 -08:00
2020-11-22 17:11:41 -05:00
2020-10-21 20:44:03 -07:00
2020-09-02 17:37:40 -04:00
2020-09-04 14:00:09 -07:00
2020-11-22 17:11:41 -05:00
2020-09-12 14:00:38 +02:00
2020-10-26 07:15:37 +09:00
2020-10-27 20:54:30 -07:00
2020-11-22 17:11:41 -05:00