1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-08 05:31:31 +00:00

Minor style changes

This commit is contained in:
luis
2011-07-25 18:39:54 +00:00
parent 80a8a8a418
commit 660c91ee57

View File

@@ -136,7 +136,7 @@ typedef struct os_scan_performance_vars {
int low_cwnd; /* The lowest cwnd (congestion window) allowed */
int host_initial_cwnd; /* Initial congestion window for ind. hosts */
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 */
int quick_incr; /* How many probes are incremented for each response
in quick start mode */
@@ -153,10 +153,11 @@ typedef struct os_scan_performance_vars {
/* Some of the algorithms used here are TCP congestion control
techniques from RFC2581. */
/* Some of the algorithms used here are TCP congestion control techniques from RFC2581. */
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
CONGESTION_CONTROL */