1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-09 06:01:28 +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:
henri
2012-03-01 09:05:02 +00:00
parent ee9b9eb0a7
commit b1086ac340
8 changed files with 57 additions and 4 deletions

View File

@@ -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