mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
Added a --nsock-engine option to nmap, nping and ncat to enforce use of a
given nsock IO engine. [Henri]
This commit is contained in:
parent
ee9b9eb0a7
commit
b1086ac340
8 changed files with 57 additions and 4 deletions
|
|
@ -2860,6 +2860,23 @@ worth the extra time.</para>
|
|||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>--nsock-engine
|
||||
epoll|select</option>
|
||||
<indexterm><primary><option>--nsock-engine</option></primary></indexterm>
|
||||
<indexterm><primary>Nsock IO engine</primary></indexterm>
|
||||
</term>
|
||||
<listitem>
|
||||
|
||||
<para>Enforce use of a given nsock IO multiplexing engine. Only the
|
||||
<literal>select(2)</literal>-based fallback engine is guaranteed to be
|
||||
available on your system. Engines are named after the name of the IO
|
||||
management facility they leverage. Engines currenty implemented are
|
||||
<literal>epoll</literal> and <literal>select</literal>.</para>
|
||||
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>
|
||||
<option>-T
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue