[Previous] [Contents] [Index] [Next]

Caution: This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs.

npm-tcpip.so

Full TCP/IP stack (QNX Neutrino)

Syntax:

io-net ... -p tcpip tcpip_options ...

Options:

See the description below.

Description:

The npm-tcpip.so module is a symbolic link to the current version of the full TCP/IP stack, which provides protocol support to the network I/O manager, io-net.

Neutrino supports two versions of the TCP/IP stack:

npm-tcpip-v4.so
The original version of the TCP/IP stack supports the latest RFCs, including UDP, IP, TCP, and SCTP. This is the default for QNX Momentics.
npm-tcpip-v6.so
This version of TCP/IP stack is included only in the Extended Networking Technology Development Kit (TDK). It includes all the features in the standard stack, plus the functionality targeted at the new generation of mobile and secure communications. This stack provides full IPv6 and IPsec (both IPv4 and IPv6) support.

If you've installed the Extended Networking TDK, npm-tcpip.so automatically becomes a symbolic link to npm-tcpip-v6.so; otherwise, npm-tcpip.so is a symbolic link to npm-tcpip-v4.so.

See also:

io-net, npm-tcpip-v4.so, npm-tcpip-v6.so

TCP/IP Networking in the Neutrino User's Guide


[Previous] [Contents] [Index] [Next]