1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-15 20:29:03 +00:00

Centralize initialization of scan_performance_vars.

This commit is contained in:
david
2011-12-31 21:59:52 +00:00
parent 24e02a9a1a
commit e962f1c5fe
4 changed files with 42 additions and 56 deletions

View File

@@ -245,6 +245,9 @@ struct scan_performance_vars {
any drop occurs */
double host_drop_ssthresh_divisor; /* used to drop the host ssthresh when
any drop occurs */
/* Do initialization after the global NmapOps table has been filled in. */
void init();
};
struct timeout_info {