Compare commits

..

1 Commits

Author SHA1 Message Date
Matt
99e026fef4 Merge 9045264d37 into e42f0e5732 2024-03-27 22:46:35 +08:00

View File

@@ -262,10 +262,10 @@ tcpdump -i eth1 ip and icmp -dd
//tcp option for SPA
int g_tcp_spa = 0;
typedef struct tcpopt_data {
uint8_t opcode;
uint8_t opsize;
uint16_t reserve;
uint32_t csum;
__u8 opcode;
__u8 opsize;
__u16 reserve;
__u32 csum;
}tcpopt_data_t;
#define TCPOPT_SPA 233