• Joined on 2026年07月05日
ElSebas41 opened issue ziglang/zig#36096 2026年07月08日 22:04:27 +02:00
Io.net: IncomingMessage and OutgoingMessage control fields lack cmsghdr alignment
ElSebas41 commented on issue ziglang/zig#30629 2026年07月06日 22:40:53 +02:00
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...

ElSebas41 commented on issue ziglang/zig#31259 2026年07月06日 22:33:47 +02:00
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.

ElSebas41 commented on issue ziglang/zig#30629 2026年07月05日 18:53:48 +02:00
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.