zig/lib/std/x/os
Stephen Gregoratto 506f24cac2 Set the Storage socket sizes to be system defined
Some systems (Solaris, OpenBSD, AIX) change their definitions of
sockaddr_storage to be larger than 128 bytes. This comment adds a new
constant in the `sockaddr` that defines the size for every system.

Fixes #9759
2021-09-16 13:32:55 +03:00
..
io.zig std.os: more reorganization efforts 2021-09-01 17:54:06 -07:00
net.zig os: usingnamespace fixes for std.x.os.Socket and std.os.TCP 2021-09-12 23:36:44 -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