mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
update CHANGELOG to reflect new performance tweaks
This commit is contained in:
parent
94e7a9cd47
commit
6991a8e509
1 changed files with 11 additions and 0 deletions
11
CHANGELOG
11
CHANGELOG
|
|
@ -1,5 +1,16 @@
|
|||
# Nmap Changelog ($Id$); -*-text-*-
|
||||
|
||||
o Made a number of performance tweaks, such as:
|
||||
o increase host group sizes in many cases, so Nmap will now commonly
|
||||
scan 64 hosts at a time rather than 30
|
||||
o align host groups with common network boundaries, such as /24 or
|
||||
/25
|
||||
o Increase maximum per-target port-scan ping frequency to one every
|
||||
1.25 seconds rather than every five. Port scan pings happen
|
||||
against heavily firewalled hosts and the like when Nmap is not
|
||||
receiving enough responses to normal scan to properly calculate
|
||||
timing variables and detect packet drops.
|
||||
|
||||
o Added the undocumented (except here) --nogcc option which disables
|
||||
global/group congestion control algorithms and so each member of a
|
||||
scan group of machines is treated separately. This is just an
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue