fix: remove breakloop

This commit is contained in:
2025-06-15 22:58:06 +02:00
parent 67e6707d7d
commit ddbaef1826

View File

@ -48,7 +48,6 @@ static int send_recv_packet(const struct scan *data, int sockfd, pcap_t *handle)
break; break;
usleep(100000); usleep(100000);
} }
pcap_breakloop(handle);
if (timer == TIMEOUT * 10) { if (timer == TIMEOUT * 10) {
no_response(data); no_response(data);
return 0; return 0;