robertdavidgraham / masscan

TCP port scanner, spews SYN packets asynchronously, scanning entire Internet in under 5 minutes.
GNU Affero General Public License v3.0
23.26k stars 3.04k forks source link

--sendq not sending packets #36

Closed cweb closed 10 years ago

cweb commented 10 years ago

On Windows Server 2012, when scanning a single host, and a small number of ports, using sendq will not send any packets.

masscan --sendq -p1-10 10.10.10.10

robertdavidgraham commented 10 years ago

Sorry this has taken me so long to fix it, but I just checked in what I believe will fix the problem. Please test out the latest code, and report if it's still broken.