Fix fragmentation strategy none

Related to #43
This commit is contained in:
Vadim Vetrov 2024-08-10 02:55:06 +03:00
parent 98e1c2f5d6
commit ff5bfc9037
No known key found for this signature in database
GPG Key ID: E8A308689D7A73A5

View File

@ -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);