Revert "SO_RERROR indicates that receive buffer overflows"
Wrong version of the change was pushed inadvertenly. This reverts commit 4a01b854ca5c2e5124958363b3326708b913af71.
This commit is contained in:
parent
2ba2e1e052
commit
3be97ff62c
|
@ -139,7 +139,6 @@ typedef __uintptr_t uintptr_t;
|
||||||
#define SO_NO_OFFLOAD 0x00004000 /* socket cannot be offloaded */
|
#define SO_NO_OFFLOAD 0x00004000 /* socket cannot be offloaded */
|
||||||
#define SO_NO_DDP 0x00008000 /* disable direct data placement */
|
#define SO_NO_DDP 0x00008000 /* disable direct data placement */
|
||||||
#define SO_REUSEPORT_LB 0x00010000 /* reuse with load balancing */
|
#define SO_REUSEPORT_LB 0x00010000 /* reuse with load balancing */
|
||||||
#define SO_RERROR 0x00020000 /* keep track of receive errors */
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Additional options, not kept in so_options.
|
* Additional options, not kept in so_options.
|
||||||
|
|
Loading…
Reference in New Issue