示例#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)