|
A Small Client Library
- To make a connection, a client must:
select UDP or TCP
determine a server's IP address
determine the proper port
make the socket call
make the connect call
- Frequently the calls are essentially the same
- A library offers normal capability with a simple interface
- connectTCP
- connectUDP
- connectsock
|