We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8cbf756 + ef94610 commit 6ef94deCopy full SHA for 6ef94de
1 file changed
src/unix/newlib/vita/mod.rs
@@ -94,6 +94,8 @@ pub const SOCK_RAW: ::c_int = 3;
94
pub const SOCK_RDM: ::c_int = 4;
95
pub const SOCK_SEQPACKET: ::c_int = 5;
96
97
+pub const SOMAXCONN: ::c_int = 128;
98
+
99
pub const FIONBIO: ::c_ulong = 1;
100
101
pub const POLLIN: ::c_short = 0x0001;
0 commit comments