PyBitmessage/src/network/node.py
Peter Surda d635e515b9
Big Asyncore update
- 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)
2017-05-24 16:51:49 +02:00

4 lines
88 B
Python

import collections
Node = collections.namedtuple('Node', ['services', 'host', 'port'])