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