Skip to content

Commit

Permalink
Fix fragmentation strategy none
Browse files Browse the repository at this point in the history
Related to #43
  • Loading branch information
Waujito committed Aug 9, 2024
1 parent 98e1c2f commit ff5bfc9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion youtubeUnblock.c
Original file line number Diff line number Diff line change
Expand Up @@ -577,8 +577,10 @@ static int process_packet(const struct packet_data packet, struct queue_data qda
if (ret < 0) {
errno = -ret;
perror("raw pack send");
goto fallback;
}
goto fallback;

goto send_verd;
}

ret = send_raw_socket(frag2, f2len);
Expand Down

0 comments on commit ff5bfc9

Please sign in to comment.