mips: add SO_REUSEPORT

This commit is contained in:
Jorge Aparicio 2016-09-03 19:12:04 -05:00
parent 3635c1a939
commit 0ddf172d31
1 changed files with 1 additions and 0 deletions

View File

@ -365,6 +365,7 @@ pub const SOCK_SEQPACKET: ::c_int = 5;
pub const SOL_SOCKET: ::c_int = 0xffff;
pub const SO_REUSEADDR: ::c_int = 4;
pub const SO_REUSEPORT: ::c_int = 0x200;
pub const SO_TYPE: ::c_int = 4104;
pub const SO_ERROR: ::c_int = 4103;
pub const SO_DONTROUTE: ::c_int = 16;