This website requires JavaScript.
Explore
Help
Register
Sign In
Bitmessage
/
PyBitmessage-2024-12-03
Archived
Watch
2
Star
0
Fork
0
You've already forked PyBitmessage-2024-12-03
Code
Issues
168
Pull Requests
53
Actions
Packages
Projects
Releases
5
Wiki
Activity
This repository has been archived on
2024-12-03
. You can view files and clone it, but cannot push or open issues or pull requests.
ad2a2b3fb4
PyBitmessage-2024-12-03
/
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