1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-09 14:11:29 +00:00
This commit is contained in:
david
2011-12-31 21:59:45 +00:00
parent ea41d4fe0c
commit cfa3e3e8c2

View File

@@ -2270,7 +2270,7 @@ static void ultrascan_adjust_timing(UltraScanInfo *USI, HostScanStats *hss,
|| (probe->isPing() && rcvdtime == NULL)) {
/* We consider it a drop if
1. We get a positive response to a retransmitted probe, or
2. We get no response to a timing print probe. */
2. We get no response to a timing ping probe. */
if (o.debugging > 1)
log_write(LOG_PLAIN, "Ultrascan DROPPED %sprobe packet to %s detected\n", probe->isPing()? "PING " : "", hss->target->targetipstr());
// Drops often come in big batches, but we only want one decrease per batch.