Skip to content

Commit

Permalink
Merge pull request #3552 from vita-rust/somaxconn-0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTitor committed Jan 20, 2024
2 parents 3d17519 + 501a37e commit af77d17
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/unix/newlib/vita/mod.rs
Expand Up @@ -94,6 +94,8 @@ pub const SOCK_RAW: ::c_int = 3;
pub const SOCK_RDM: ::c_int = 4;
pub const SOCK_SEQPACKET: ::c_int = 5;

pub const SOMAXCONN: ::c_int = 128;

pub const FIONBIO: ::c_ulong = 1;

pub const POLLIN: ::c_short = 0x0001;
Expand Down

0 comments on commit af77d17

Please sign in to comment.