PyBitmessage/src/network
Peter Šurda 9683c879bc
Asyncore update
- Network status UI works but current speed isn't implemented yet
- Track per connection and global transferred bytes
- Add locking to write queue so that other threads can put stuff
there
- send ping on timeout (instead of closing the connection)
- implement open port checker (untested, never triggered yet)
- error handling on IO
2017-05-25 14:59:18 +02:00
..
__init__.py changes needed to get current code to run 2017-02-25 00:06:04 -06:00
advanceddispatcher.py Asyncore update 2017-05-25 14:59:18 +02:00
asyncore_pollchoose.py Asyncore update 2017-05-25 14:59:18 +02:00
bmobject.py Big Asyncore update 2017-05-24 16:51:49 +02:00
bmproto.py Asyncore update 2017-05-25 14:59:18 +02:00
bmqueues.py Big Asyncore update 2017-05-24 16:51:49 +02:00
connectionchooser.py Asyncore update 2017-05-25 14:59:18 +02:00
connectionpool.py Asyncore update 2017-05-25 14:59:18 +02:00
downloadqueue.py Big Asyncore update 2017-05-24 16:51:49 +02:00
http-old.py New network subsystem, WIP 2017-03-10 23:11:57 +01:00
http.py Asyncore update (WIP) 2017-04-16 18:27:15 +02:00
httpd.py New network backend (WIP, not integrated) 2016-12-01 16:48:04 +01:00
https.py Fixes and refactoring 2017-01-11 17:00:00 +01:00
networkthread.py Big Asyncore update 2017-05-24 16:51:49 +02:00
node.py Big Asyncore update 2017-05-24 16:51:49 +02:00
proxy.py New network subsystem, WIP 2017-03-10 23:11:57 +01:00
socks4a.py Asyncore update (WIP) 2017-04-16 18:27:15 +02:00
socks5.py Asyncore update (WIP) 2017-04-16 18:27:15 +02:00
stats.py Asyncore update 2017-05-25 14:59:18 +02:00
tls.py Asyncore update 2017-05-25 14:59:18 +02:00
uploadqueue.py Big Asyncore update 2017-05-24 16:51:49 +02:00