Searched refs:local_sock (Results 1 – 1 of 1) sorted by relevance
/art/tools/ |
D | dt_fds_forward.py | 80 def HandleSockets(host, port, local_sock, finish_event): argument 94 sources = [local_sock, finish_event, sock] 97 if local_sock in rf: 98 buf = local_sock.recv(1024) 121 send_fds(local_sock, conn.fileno(), conn.fileno(), efd) 178 with make_sockets() as (remote_sock, local_sock): 187 args=(args.host, args.port, local_sock, wakeup_event))
|