> Actually, file descriptions. The description is the kernel state pertaining to an open file. The descriptor is a small integer referring to a file description. When we send an FD into a UNIX socket, the descriptor number received on the other end might be different, but it will refer to the same description.↩
Oh man, that perfectly explains a formerly-unanswered question I had about how that mechanism worked. Thanks for linking.