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