1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-22 07:29:01 +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:
david
2010-10-04 15:17:03 +00:00
parent 3cc2257530
commit 17f5392a72

View File

@@ -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 o [Zenmap] Made the topology node radiuses grow logarithmically
instead of linearly, so that hosts with thousands of open ports instead of linearly, so that hosts with thousands of open ports
don't overwhelm the diagram. Also only open ports (not don't overwhelm the diagram. Also only open ports (not
open|filtered) are considered when calculating node sizes. [Daniel open|filtered) are considered when calculating node sizes. Henri
Miller] Doreau found and fixed a bug in the implementation. [Daniel Miller]
o Increased the initial RTT timeout for ARP scans from 100 ms to 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 200 ms. Some wireless and VPN links were taking around 300 ms to