Io.net:
IncomingMessage and OutgoingMessage control fields lack cmsghdr alignment
Implement
CMSG_*-equivalent functionality to std.c, enabling the effective use of std.c.cmsghdr.
Sorry I looked better at the standard library and the Io.net.Socket struct has the methods sendMany and receive/receiveManyTimeout so there's not only the raw io.vtable.netSend and...
Io.net: Cannot send control messages over connected AF_UNIX sockets
The function Io.net.UnixAddress.connect internally creates a stream with a socket with an IpAddress even when a unix socket connection doesn't need an ip address.
Implement
CMSG_*-equivalent functionality to std.c, enabling the effective use of std.c.cmsghdr.
I am working with unix sockets for one of my projects and I encountered this problem.