Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
Programming UNIX Sockets in C - Frequently Asked Questions
[go: Go Back, main page]

Previous Next Table of Contents

Programming UNIX Sockets in C - Frequently Asked Questions

Created by Vic Metcalfe, Andrew Gierth and other contributers (Transrated into Japanese by: Keisuke Mori)

May 21, 1998


この文書は、UNIX 上での ソケットインターフェースを用いた TCP/IP アプリケーションプログラミングについて、頻繁に行われる質問とその 解答を集めたものです。

1. 一般的な情報と概念

2. クライアントとサーバ(TCP/SOCK_STREAM)両方に関する質問

3. クライアントアプリケーションの作成 (TCP/SOCK_STREAM)

4. サーバアプリケーションの作成 (TCP/SOCK_STREAM)

5. UDP/SOCK_DGRAM アプリケーションの作成

6. 高度なソケットプログラミング

7. サンプルソースコード


Previous Next Table of Contents