HomeSort by relevance Sort by last modified time
    Searched refs:PRESENCE_PORT (Results 1 - 2 of 2) sorted by null

  /external/v8/tools/testrunner/server/
constants.py 31 PRESENCE_PORT = 9993 # Port for presence daemon.
presence_handler.py 92 address = (daemon.ip, constants.PRESENCE_PORT)
105 sock.sendto(message, (target, constants.PRESENCE_PORT))
113 sock.sendto(message, (".".join(ip), constants.PRESENCE_PORT))

Completed in 771 milliseconds