Sockets

The Interix Software Development Kit (SDK) implements Berkeley-style socket interfaces, including bind(), accept(), and connect(). Because the Interix SDK implementation uses the Windows Winsock library to access the network, all administration is handled using the standard Windows tools.

Only the TCP/IP protocol for sockets and all of the protocols of the underlying Winsock implementation are supported. See your Winsock documentation for details.