mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-31 14:23:53 -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
|
@ -28,10 +28,7 @@
|
|||
*/
|
||||
#define TARGET_SO_OOBINLINE 0x0100 /* Receive out-of-band data in-band.
|
||||
*/
|
||||
#if 0
|
||||
/* To add: Allow local address and port reuse. */
|
||||
#define TARGET_SO_REUSEPORT 0x0200
|
||||
#endif
|
||||
|
||||
#define TARGET_SO_TYPE 0x1008 /* Compatible name for SO_STYLE. */
|
||||
#define TARGET_SO_STYLE SO_TYPE /* Synonym */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue