fix unknown data type error
Signed-off-by: katrinzhou <katrinzhou@tencent.com>
This commit is contained in:
parent
0fbe3d82c1
commit
c64fddedee
|
|
@ -132,8 +132,8 @@ enum {
|
|||
#define TCP_FULLNAT_REAL 10000
|
||||
|
||||
struct tcp_fullnat_real_opt {
|
||||
u32 real_ip;
|
||||
u16 real_port;
|
||||
__u32 real_ip;
|
||||
__u16 real_port;
|
||||
};
|
||||
|
||||
#define TCP_REPAIR_ON 1
|
||||
|
|
|
|||
Loading…
Reference in New Issue