mirror of
https://github.com/wangyu-/udp2raw.git
synced 2025-01-18 22:09:32 +08:00
Compare commits
2 Commits
99e026fef4
...
fa995e9f09
Author | SHA1 | Date | |
---|---|---|---|
|
fa995e9f09 | ||
|
b6c6813d41 |
@ -262,10 +262,10 @@ tcpdump -i eth1 ip and icmp -dd
|
||||
//tcp option for SPA
|
||||
int g_tcp_spa = 0;
|
||||
typedef struct tcpopt_data {
|
||||
__u8 opcode;
|
||||
__u8 opsize;
|
||||
__u16 reserve;
|
||||
__u32 csum;
|
||||
uint8_t opcode;
|
||||
uint8_t opsize;
|
||||
uint16_t reserve;
|
||||
uint32_t csum;
|
||||
}tcpopt_data_t;
|
||||
|
||||
#define TCPOPT_SPA 233
|
||||
|
Loading…
x
Reference in New Issue
Block a user