Searched refs:PRESENCE_PORT (Results 1 – 2 of 2) sorted by relevance
92 address = (daemon.ip, constants.PRESENCE_PORT)105 sock.sendto(message, (target, constants.PRESENCE_PORT))113 sock.sendto(message, (".".join(ip), constants.PRESENCE_PORT))
31 PRESENCE_PORT = 9993 # Port for presence daemon. variable