man sendto
"ERRORS
ENOBUFS
The output queue for a network interface was full. This generally
indicates that the interface has stopped sending, but may be caused by
transient congestion. (This cannot occur in Linux, packets are just
silently dropped when a device queue overflows.)"
Try c
Anyone know how to fix this? anything larger than
(ex. nmap -sP 10.1.1-5.1- ) outputs this information.
sendto in send_ip_raw: sendto(4, packet, 28, 0, xx.xx.xx.xx/24, 16) => No
buffer space available Sleeping 60 seconds then retrying
I upgraded to nmap v3.30 but this did not fix problem.