mirror of
https://github.com/Waujito/youtubeUnblock.git
synced 2024-12-22 14:26:11 +00:00
parent
0a679ea41c
commit
3d50c00e4f
2
mangle.c
2
mangle.c
@ -89,7 +89,7 @@ int process_tcp_packet(const uint8_t *raw_payload, uint32_t raw_payload_len) {
|
|||||||
goto accept;
|
goto accept;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (tcph->syn) {
|
if (tcph->syn && config.synfake) {
|
||||||
lgtrace_addp("TCP syn alter");
|
lgtrace_addp("TCP syn alter");
|
||||||
uint8_t payload[MAX_PACKET_SIZE];
|
uint8_t payload[MAX_PACKET_SIZE];
|
||||||
memcpy(payload, ipxh, iph_len);
|
memcpy(payload, ipxh, iph_len);
|
||||||
|
Loading…
Reference in New Issue
Block a user