No module docstring
Function recvfd Receive a file descriptor from a sendmsg message on the given AF_UNIX socket.
def recvfd(socketfd):

Receive a file descriptor from a sendmsg message on the given AF_UNIX socket.

ParameterssocketfdAn AF_UNIX socket, attached to another process waiting to send sockets via the ancillary data mechanism in send1msg.
fdint
Returnsa 2-tuple of (new file descriptor, description). (type: 2-tuple of (int, bytes))
API Documentation for twisted, generated by pydoctor at 2020-03-25 17:34:30.