mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Add 1 to the number of open ports when calculating RadianlNet node
radiuses, to avoid a math domain error when taking the logarithm of 0.
This commit is contained in:
parent
3cc2257530
commit
17f5392a72
1 changed files with 2 additions and 2 deletions
|
|
@ -31,8 +31,8 @@ o [NSE] Fixed a bug with worker threads calling the wrong destructors.
|
|||
o [Zenmap] Made the topology node radiuses grow logarithmically
|
||||
instead of linearly, so that hosts with thousands of open ports
|
||||
don't overwhelm the diagram. Also only open ports (not
|
||||
open|filtered) are considered when calculating node sizes. [Daniel
|
||||
Miller]
|
||||
open|filtered) are considered when calculating node sizes. Henri
|
||||
Doreau found and fixed a bug in the implementation. [Daniel Miller]
|
||||
|
||||
o Increased the initial RTT timeout for ARP scans from 100 ms to
|
||||
200 ms. Some wireless and VPN links were taking around 300 ms to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue