Operating Systems
Sockets
The socket abstraction as the OS sees it: a descriptor with buffers behind it, and the bridge into the Networking domain.
The question this module answers · What does the kernel actually give me when I call `socket()`?
The socket abstraction as the OS sees it: a descriptor with buffers behind it, and the bridge into the Networking domain.