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

Runs on:

Neutrino

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

By default, npm-tcpip.so is a symbolic link to npm-tcpip-v4.so. If you want to use IPv6, change npm-tcpip.so to point to npm-tcpip-v6.so.

See also:

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

TCP/IP Networking in the Neutrino User's Guide