Example #1
0
 def send(sock, fds):
     for fd in fds:
         _ancillary.send_fd(sock.fileno(), fd)
Example #2
0
 def send_fd(self, fd):
     return _ancillary.send_fd(self.fd, get_fileno(fd))
Example #3
0
 def send(sock, fds):
     for fd in fds:
         _ancillary.send_fd(sock.fileno(), fd)