예제 #1
0
 def send(sock, fds):
     for fd in fds:
         _ancillary.send_fd(sock.fileno(), fd)
예제 #2
0
파일: fd.py 프로젝트: fmoo/python-filedes
 def send_fd(self, fd):
     return _ancillary.send_fd(self.fd, get_fileno(fd))
예제 #3
0
 def send(sock, fds):
     for fd in fds:
         _ancillary.send_fd(sock.fileno(), fd)