 | | The domain argument specifies the domain, or address family, in which addresses should be interpreted; it imposes certain restrictions on the length of addresses, and what they mean. In the last chapter, we used the AF_UNIX domain, in which addresses are ordinary UNIX pathnames. In this chapter, we will look at the AF_INET domain, which is used for Internet addresses. | |
|