mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 08:46:45 +00:00
Comment typo.
This commit is contained in:
parent
f42308248d
commit
40dc37e30b
1 changed files with 1 additions and 1 deletions
|
|
@ -146,7 +146,7 @@ static std::string hexify (const unsigned char *str, size_t len)
|
|||
|
||||
/* Some constants used for enforcing a limit on the number of open sockets
|
||||
* in use by threads. The maximum value between MAX_PARALLELISM and
|
||||
* o.maxparallelism is the max # of threads that can have connected sockets
|
||||
* o.max_parallelism is the max # of threads that can have connected sockets
|
||||
* (open).
|
||||
*
|
||||
* THREAD_SOCKETS is a weak keyed table of <Thread, Socket Table> pairs.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue