Next Previous Contents

Unix-socket-faq for network programming

Vic Metcalfe, Andrew Gierth and other contributers


Summary: Last-modified: 1998/01/22 Programming UNIX Sockets in C - Frequently Asked Questions Created by Vic Metcalfe, Andrew Gierth and other con- tributers January 22, 1998 This is a list of frequently asked questions, with answers about pro- gramming TCP/IP applications in unix with the sockets interface.

1. General Information and Concepts

2. Questions regarding both Clients and Servers (TCP/SOCK_STREAM)

3. Writing Client Applications (TCP/SOCK_STREAM)

4. Writing Server Applications (TCP/SOCK_STREAM)

5. Choose one that isn't already registered, and isn't in

6. Writing UDP/SOCK_DGRAM applications

7. Advanced Socket Programming

8. Sample Source Code


Next Previous Contents