Home
last modified time | relevance | path

Searched refs:PRESENCE_PORT (Results 1 – 2 of 2) sorted by relevance

/external/v8/tools/testrunner/server/
Dpresence_handler.py92 address = (daemon.ip, constants.PRESENCE_PORT)
105 sock.sendto(message, (target, constants.PRESENCE_PORT))
113 sock.sendto(message, (".".join(ip), constants.PRESENCE_PORT))
Dconstants.py31 PRESENCE_PORT = 9993 # Port for presence daemon. variable