diff --git a/src/vxworks/mod.rs b/src/vxworks/mod.rs index bc4dbddae0a9f..f50f31031605f 100644 --- a/src/vxworks/mod.rs +++ b/src/vxworks/mod.rs @@ -768,6 +768,7 @@ pub const S_IRWXO: ::c_int = 0o0007; // socket.h pub const SOL_SOCKET: ::c_int = 0xffff; +pub const SOMAXCONN: ::c_int = 128; pub const SO_DEBUG: ::c_int = 0x0001; pub const SO_REUSEADDR: ::c_int = 0x0004;