uapi: fix tcp.h repair
Upstream define for TCP_REPAIR changed. Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
This commit is contained in:
parent
7f57c8b726
commit
7c16a8da6b
|
|
@ -127,6 +127,10 @@ enum {
|
|||
|
||||
#define TCP_CM_INQ TCP_INQ
|
||||
|
||||
#define TCP_REPAIR_ON 1
|
||||
#define TCP_REPAIR_OFF 0
|
||||
#define TCP_REPAIR_OFF_NO_WP -1 /* Turn off without window probes */
|
||||
|
||||
struct tcp_repair_opt {
|
||||
__u32 opt_code;
|
||||
__u32 opt_val;
|
||||
|
|
|
|||
Loading…
Reference in New Issue