Skip to content

Commit ef94610

Browse files
committed
Add SOMAXCONN constant to vita
1 parent 263c191 commit ef94610

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/unix/newlib/vita/mod.rs

+2
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ pub const SOCK_RAW: ::c_int = 3;
9494
pub const SOCK_RDM: ::c_int = 4;
9595
pub const SOCK_SEQPACKET: ::c_int = 5;
9696

97+
pub const SOMAXCONN: ::c_int = 128;
98+
9799
pub const FIONBIO: ::c_ulong = 1;
98100

99101
pub const POLLIN: ::c_short = 0x0001;

0 commit comments

Comments
 (0)