solarish systems SOMAXCONN constant

This commit is contained in:
David Carlier 2022-05-28 16:46:01 +01:00
parent 51d07d5675
commit 847d4ebf04

View file

@ -1796,6 +1796,8 @@ pub const TCP_LINGER2: ::c_int = 0x1c;
pub const UDP_NAT_T_ENDPOINT: ::c_int = 0x0103;
pub const SOMAXCONN: ::c_int = 128;
pub const SOL_SOCKET: ::c_int = 0xffff;
pub const SO_DEBUG: ::c_int = 0x01;
pub const SO_ACCEPTCONN: ::c_int = 0x0002;