mirror of
https://github.com/nmap/nmap.git
synced 2025-12-08 21:51:28 +00:00
Minor style changes
This commit is contained in:
@@ -136,7 +136,7 @@ typedef struct os_scan_performance_vars {
|
|||||||
int low_cwnd; /* The lowest cwnd (congestion window) allowed */
|
int low_cwnd; /* The lowest cwnd (congestion window) allowed */
|
||||||
int host_initial_cwnd; /* Initial congestion window for ind. hosts */
|
int host_initial_cwnd; /* Initial congestion window for ind. hosts */
|
||||||
int group_initial_cwnd; /* Initial congestion window for all hosts as a group */
|
int group_initial_cwnd; /* Initial congestion window for all hosts as a group */
|
||||||
int max_cwnd; /* I should never have more than this many probes
|
int max_cwnd; /* We should never have more than this many probes
|
||||||
outstanding */
|
outstanding */
|
||||||
int quick_incr; /* How many probes are incremented for each response
|
int quick_incr; /* How many probes are incremented for each response
|
||||||
in quick start mode */
|
in quick start mode */
|
||||||
@@ -153,10 +153,11 @@ typedef struct os_scan_performance_vars {
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* Some of the algorithms used here are TCP congestion control
|
/* Some of the algorithms used here are TCP congestion control techniques from RFC2581. */
|
||||||
techniques from RFC2581. */
|
|
||||||
typedef struct osscan_timing_vals {
|
typedef struct osscan_timing_vals {
|
||||||
double cwnd; /* Congestion window - in probes */
|
|
||||||
|
/* Congestion window - in probes */
|
||||||
|
double cwnd;
|
||||||
|
|
||||||
/* The threshold after which mode is changed from QUICK_START to
|
/* The threshold after which mode is changed from QUICK_START to
|
||||||
CONGESTION_CONTROL */
|
CONGESTION_CONTROL */
|
||||||
|
|||||||
Reference in New Issue
Block a user