mirror of
https://github.com/Waujito/youtubeUnblock.git
synced 2024-12-22 06:15:31 +00:00
parent
98e1c2f5d6
commit
ff5bfc9037
@ -577,8 +577,10 @@ static int process_packet(const struct packet_data packet, struct queue_data qda
|
|||||||
if (ret < 0) {
|
if (ret < 0) {
|
||||||
errno = -ret;
|
errno = -ret;
|
||||||
perror("raw pack send");
|
perror("raw pack send");
|
||||||
|
goto fallback;
|
||||||
}
|
}
|
||||||
goto fallback;
|
|
||||||
|
goto send_verd;
|
||||||
}
|
}
|
||||||
|
|
||||||
ret = send_raw_socket(frag2, f2len);
|
ret = send_raw_socket(frag2, f2len);
|
||||||
|
Loading…
Reference in New Issue
Block a user