This website requires JavaScript.
Explore
Help
Register
Sign In
citizenaspirant
/
PyBitmessage
Watch
1
Star
0
Fork
0
You've already forked PyBitmessage
Code
Issues
1
Pull Requests
Releases
Wiki
Activity
3941b39136
PyBitmessage
/
src
/
network
/
node.py
4 lines
88 B
Python
Raw
Normal View
History
Unescape
Escape
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
import
collections
Asyncore update (WIP)
2017-04-16 18:27:15 +02:00
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
Node
=
collections
.
namedtuple
(
'
Node
'
,
[
'
services
'
,
'
host
'
,
'
port
'
]
)
Reference in New Issue
Copy Permalink