Skip to content

Commit af77d17

Browse files
authored
Merge pull request #3552 from vita-rust/somaxconn-0.2
2 parents 3d17519 + 501a37e commit af77d17

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)