TCP/IP Sockets in C: Practical Guide for Programmers, 2nd Edition is a quick and affordable way to gain the knowledge and skills needed to develop sophisticated and powerful web-based applications. The book's focused, tutorial-based approach enables the reader to master the tasks and techniques essential to virtually all client-server projects using sockets in C. This edition has been expanded to include new advancements such as support for IPv6 as well as detailed defensive programming strategies.
1. Introduction
2. Basic TCP Sockets
3. Of Names and Address Families
4. Using UPD Sockets
5. Sending and Receiving Data
6. Beyond Basic Socket Programming
7. Under the Hood
8. Socket Programming in C++