Open
Description
openedon Sep 19, 2020
Tracking issue for feature(unix_socket_ancillary_data) to extend UnixStream and UnixDatagram to send and receive ancillary data. For example file descriptors.
Unresolved Questions
- Review the
SocketAncillarystruct before stabilization to ensure it is compatible with all OSes. fuchsia,haiku,illumos,ios,macosandsolarisdoes not haveMSG_CMSG_CLOEXECconstant inlibcfuchsiaanduclibc(x86_64) does not havecmsghdrstruct inlibc- The current version of rust
libcdoes not haveucredstruct for the target OSemscripten, butemscriptenhas this struct in the standard C library
Activity