and more...

This commit is contained in:
j 2014-05-13 01:43:27 +02:00
commit 0c18dad1b5
20 changed files with 293 additions and 146 deletions

View file

@ -27,7 +27,7 @@ class LocalNodes(Thread):
_BROADCAST = "ff02::1"
_PORT = 9851
TTL = 2
TTL = 1
def __init__(self, app):
self._app = app