This library provides some simple functions for implementing TCP/IP servers and clients. These functions are primarily provided to simplify the interface with the IP_Receive function. These functions always create an Internet Domain socket, and always assume a TCP connection as opposed to UDP or ICMP.
IP_ListenToPort - is a wrapper for listen.
IP_ListenToService - like IP_ListenToPort, but uses the service name.
IP_ConnectToPort - resolves a host name and connects to a port.
IP_ConnectToService - like IP_ConnectToPort, but uses the service name.
Copyright © 1995-2010 by Cogent Real-Time Systems, Inc. All rights reserved.