mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
Fix various typos in comments. Closes #2888
This commit is contained in:
@@ -265,7 +265,7 @@ GroupScanStats::GroupScanStats(UltraScanInfo *UltraSI) {
|
||||
USI = UltraSI;
|
||||
init_ultra_timing_vals(&timing, TIMING_GROUP, USI->numIncompleteHosts(), &(USI->perf), &USI->now);
|
||||
initialize_timeout_info(&to);
|
||||
/* Default timout should be much lower for arp */
|
||||
/* Default timeout should be much lower for arp */
|
||||
if (USI->ping_scan_arp)
|
||||
to.timeout = box(o.minRttTimeout(), o.initialRttTimeout(), INITIAL_ARP_RTT_TIMEOUT) * 1000;
|
||||
num_probes_active = 0;
|
||||
|
||||
Reference in New Issue
Block a user