mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
Simplify boostScanDelay to make it clear what limits are in place.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user