Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
This chapter has introduced you to the idea of using FILE streams with your sockets. You can readily appreciate how streams will make certain tasks much simpler for your code, such as the input and output of text lines.
You also learned to be aware of the EINTR problem if the glibc library should change or if your code is ported to another UNIX platform.