Go to file
Mathieu Trossevin 7e8f706a1d
Add possibility to receive without duplicating the fds
This is unsafe for roughly the same reasons as `OwnedFd::from_raw_fd`.

Technically the duplication is also unsafe as it is theorically possible
that the fd will be closed before being taken but fcntl should error out
in this case so we can safely ignore that.
2023-12-08 10:11:38 +01:00
src Add possibility to receive without duplicating the fds 2023-12-08 10:11:38 +01:00
.gitignore Finish implementing reception of file descriptors. 2023-12-07 21:10:44 +01:00
Cargo.toml Finish implementing reception of file descriptors. 2023-12-07 21:10:44 +01:00