fix: remove breakloop
This commit is contained in:
@ -48,7 +48,6 @@ static int send_recv_packet(const struct scan *data, int sockfd, pcap_t *handle)
|
||||
break;
|
||||
usleep(100000);
|
||||
}
|
||||
pcap_breakloop(handle);
|
||||
if (timer == TIMEOUT * 10) {
|
||||
no_response(data);
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user