Using TCP Through Sockets.pdf This document provides an introduction to using sockets on Unix systems with a focus on asynchronous I/O. We first cover the basics of Unix file I/O a
mul_dir.zip ├── bin │ └── my_test ├── common │ ├── common.c │ ├── common.h │ └── Makefile ├── config │ ├── get_config │ │ ├── get_config.c │ │ ├