Peter Surda
d635e515b9
- most of the stuff is done so it partially works - disabled pollers other than select (debugging necessary) - can switch in the settings, section network, option asyncore (defaults to False)
4 lines
88 B
Python
4 lines
88 B
Python
import collections
|
|
|
|
Node = collections.namedtuple('Node', ['services', 'host', 'port'])
|