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 and then discuss the use of sockets to communicate over a network using TCP. Section three describes the use of nonblocking I/O to improve performance
暂无评论