Skip to content

Commit

Permalink
Auto merge of #3491 - devnexen:redox_somaxconn, r=JohnTitor
Browse files Browse the repository at this point in the history
adding SOMAXCONN to redox
  • Loading branch information
bors committed Dec 23, 2023
2 parents 8fd4fa1 + 65229f1 commit 6424b09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/unix/redox/mod.rs
Expand Up @@ -813,6 +813,7 @@ pub const SOCK_NONBLOCK: ::c_int = 0o4_000;
pub const SOCK_CLOEXEC: ::c_int = 0o2_000_000;
pub const SOCK_SEQPACKET: ::c_int = 5;
pub const SOL_SOCKET: ::c_int = 1;
pub const SOMAXCONN: ::c_int = 128;

// sys/termios.h
pub const VEOF: usize = 0;
Expand Down

0 comments on commit 6424b09

Please sign in to comment.