zig/lib/std/x/os
Stephen Gregoratto a032fd01e8 Resolve scope IDs using IPv6 sockets
On certain systems (Solaris), resolving the scope id from an interface
name can only be done on AF_INET-domain sockets. While we're here,
simplify the test while we're here, since there's only one address.

Also note that the loopback interface name is not stable across OSs.
BSDs and Solaris use `lo0` whilst Linux uses `l0`.
2021-09-24 13:50:18 -04:00
..
io.zig std.os: more reorganization efforts 2021-09-01 17:54:06 -07:00
net.zig Resolve scope IDs using IPv6 sockets 2021-09-24 13:50:18 -04:00
socket.zig Set the Storage socket sizes to be system defined 2021-09-16 13:32:55 +03:00
socket_posix.zig std.os: more reorganization efforts 2021-09-01 17:54:06 -07:00
socket_windows.zig os: usingnamespace fixes for std.x.os.Socket and std.os.TCP 2021-09-12 23:36:44 -04:00