diff --git a/CHANGELOG b/CHANGELOG index b55396a87..2b2ee9bd1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,8 @@ # Nmap Changelog ($Id$); -*-text-*- +o Added a --nsock-engine option to nmap, nping and ncat to enforce use of a + given nsock IO engine. [Henri] + o [NSE] Added support to broadcast-listener for extracting address, native vlan and management IP address from CDP packets. [Tom] diff --git a/docs/refguide.xml b/docs/refguide.xml index bcf38e31a..fcb70f0b3 100644 --- a/docs/refguide.xml +++ b/docs/refguide.xml @@ -2860,6 +2860,23 @@ worth the extra time. + + + + Nsock IO engine + + + +Enforce use of a given nsock IO multiplexing engine. Only the +select(2)-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 +epoll and select. + + + +