We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f05d6a3 commit 65229f1Copy full SHA for 65229f1
src/unix/redox/mod.rs
@@ -813,6 +813,7 @@ pub const SOCK_NONBLOCK: ::c_int = 0o4_000;
813
pub const SOCK_CLOEXEC: ::c_int = 0o2_000_000;
814
pub const SOCK_SEQPACKET: ::c_int = 5;
815
pub const SOL_SOCKET: ::c_int = 1;
816
+pub const SOMAXCONN: ::c_int = 128;
817
818
// sys/termios.h
819
pub const VEOF: usize = 0;
0 commit comments