1
Fork 0
rust/library/std/src/sys/unix/ext
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
..
net Add comment for the previous android bug fix 2020-11-26 18:54:13 +01:00
ucred Conditionally compile peer credentials feature for supported platforms 2020-09-14 10:31:56 +01:00
ffi.rs Update std::os module documentation. 2020-09-11 04:05:19 +02:00
fs.rs Disambiguate symlink argument names 2020-11-14 14:46:14 -08:00
io.rs Rollup merge of #77182 - GuillaumeGomez:missing-examples-fd-traits, r=pickfire 2020-10-03 00:31:10 +02:00
mod.rs Implementation of peer credentials for Unix sockets 2020-09-14 10:31:44 +01:00
process.rs Take some of sys/vxworks/process/* from sys/unix instead. 2020-10-16 06:22:05 +02:00
raw.rs Update std::os module documentation. 2020-09-11 04:05:19 +02:00
thread.rs Switch to intra-doc links in /src/sys/unix/ext/*.rs 2020-08-19 05:43:55 +05:30
ucred.rs Fix peer credentials for Android 2020-09-14 10:31:56 +01:00