mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-01 14:53:54 -06:00
linux-user: define TARGET_SO_REUSEPORT
Signed-off-by: Laurent Vivier <laurent@vivier.eu> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20180519092956.15134-9-laurent@vivier.eu>
This commit is contained in:
parent
30a1b12588
commit
b0a7413dd5
3 changed files with 2 additions and 5 deletions
|
@ -29,7 +29,7 @@
|
|||
#define TARGET_SO_PRIORITY 12
|
||||
#define TARGET_SO_LINGER 13
|
||||
#define TARGET_SO_BSDCOMPAT 14
|
||||
/* To add :#define TARGET_SO_REUSEPORT 15 */
|
||||
#define TARGET_SO_REUSEPORT 15
|
||||
#define TARGET_SO_PASSCRED 16
|
||||
#define TARGET_SO_PEERCRED 17
|
||||
#define TARGET_SO_RCVLOWAT 18
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue