mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 08:46:45 +00:00
Simplify boostScanDelay to make it clear what limits are in place.
This commit is contained in:
parent
eb21ac9ea0
commit
f0fab247db
2 changed files with 11 additions and 7 deletions
|
|
@ -320,6 +320,7 @@ struct send_delay_nfo {
|
|||
unsigned int goodRespSinceDelayChanged;
|
||||
unsigned int droppedRespSinceDelayChanged;
|
||||
struct timeval last_boost; /* Most recent time of increase to delayms. Init to creation time. */
|
||||
int maxdelay;
|
||||
};
|
||||
|
||||
/* To test for rate limiting, there is a delay in sending the first packet
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue