mirror of
https://github.com/nmap/nmap.git
synced 2025-12-15 12:19:02 +00:00
blah
This commit is contained in:
4
timing.h
4
timing.h
@@ -124,7 +124,7 @@ void adjust_timeouts2(const struct timeval *sent,
|
||||
void adjust_timeouts(struct timeval sent, struct timeout_info *to);
|
||||
|
||||
|
||||
/* Sleeps if necessary to ensure that it isn't called twice withen less
|
||||
/* Sleeps if necessary to ensure that it isn't called twice within less
|
||||
time than o.send_delay. If it is passed a non-null tv, the POST-SLEEP
|
||||
time is recorded in it */
|
||||
void enforce_scan_delay(struct timeval *tv);
|
||||
@@ -135,7 +135,7 @@ class ScanProgressMeter {
|
||||
ScanProgressMeter(char *stypestr);
|
||||
~ScanProgressMeter();
|
||||
/* Decides whether a timing report is likely to even be
|
||||
printed. There are stringint limitations on how often they are
|
||||
printed. There are stringent limitations on how often they are
|
||||
printed, as well as the verbosity level that must exist. So you
|
||||
might as well check this before spending much time computing
|
||||
progress info. now can be NULL if caller doesn't have the current
|
||||
|
||||
Reference in New Issue
Block a user