April 2000
Beginner to intermediate
576 pages
10h 24m
English
In Chapter 1, "Introducing Sockets," you saw how the socketpair(2) function was used to create a pair of local sockets. In this chapter, you will also learn about the socket(2) function to create a socket. These two functions have the domain, the socket type, and the protocol ingredients in common.
This chapter will build on the previous chapters by primarily focusing on the socket(2) function call. This includes expanding upon the following:
The domain argument
The socket type argument
The protocol argument
Read now
Unlock full access