1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-07 21:21:31 +00:00
This commit is contained in:
fyodor
2005-10-01 23:50:27 +00:00
parent b80808b3f3
commit d187c68017
29 changed files with 99 additions and 83 deletions

View File

@@ -308,7 +308,7 @@ public:
Timedout probes are often marked as such (and sometimes
considered a drop), but kept in the list juts in case they come
really late. But after probeExpire(), I don't waste time keeping
them around. Givein in MICROseconds */
them around. Give in MICROseconds */
unsigned long probeExpire();
/* Returns OK if sending a new probe to this host is OK (to avoid
flooding). If when is non-NULL, fills it with the time that sending
@@ -775,9 +775,9 @@ unsigned long HostScanStats::probeTimeout() {
/* How long I'll wait until completely giving up on a probe.
Timedout probes are often marked as such (and sometimes
considered a drop), but kept in the list juts in case they come
considered a drop), but kept in the list just in case they come
really late. But after probeExpire(), I don't waste time keeping
them around. Givein in MICROseconds */
them around. Give in MICROseconds */
unsigned long HostScanStats::probeExpire() {
if (USI->scantype == CONNECT_SCAN)
return probeTimeout(); /* timedout probes close socket -- late resp. impossible */