mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Minor comment fixes
This commit is contained in:
parent
c9cefab5fc
commit
46eeeb0b1e
1 changed files with 2 additions and 7 deletions
|
|
@ -137,17 +137,12 @@ static struct {
|
|||
{(u8*) "\x03\x03\x0f\x01\x02\x04\x01\x09\x08\x0A\xff\xff\xff\xff\x00\x00\x00\x00\x04\x02", 20}
|
||||
};
|
||||
|
||||
/* Numbering is the same as for prbOpts[] */
|
||||
/* TCP Window sizes. Numbering is the same as for prbOpts[] */
|
||||
u16 prbWindowSz[] = { 1, 63, 4, 4, 16, 512, 3, 128, 256, 1024, 31337, 32768, 65535 };
|
||||
|
||||
|
||||
/* A global now. Updated after potentially meaningful delays. This can
|
||||
* be used to save a call to gettimeofday()
|
||||
*/
|
||||
/* Current time. It is globally accessible so it can save calls to gettimeofday() */
|
||||
static struct timeval now;
|
||||
|
||||
|
||||
|
||||
/* Global to store performance info */
|
||||
os_scan_performance_vars_t perf;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue