PyBitmessage/src/network
Peter Šurda 8788f2d349
Server full and duplicate handling
- will try to report "Server full" over protocol for 10 extra
connections over limit, instead of simply dropping them
- if connected to the same host inbound and outbound, handle as server
full (prevents duplicate connections)
2018-01-02 14:29:21 +01:00
..
__init__.py changes needed to get current code to run 2017-02-25 00:06:04 -06:00
addrthread.py Minor multiqueue updates 2017-10-19 08:56:48 +02:00
advanceddispatcher.py Socket closing changes 2017-11-17 13:37:51 +01:00
announcethread.py Peer discovery updates 2017-08-09 17:34:47 +02:00
asyncore_pollchoose.py Apply bandwidth limits without restart 2018-01-01 12:49:08 +01:00
bmobject.py Protocol error handler fixes 2017-12-29 08:49:08 +01:00
bmproto.py Server full and duplicate handling 2018-01-02 14:29:21 +01:00
connectionchooser.py Changes in SOCKS and onion handling in connectionchooser 2017-10-19 09:16:29 +02:00
connectionpool.py Apply bandwidth limits without restart 2018-01-01 12:49:08 +01:00
dandelion.py Dandelion fixes 2017-11-18 09:47:17 +01:00
downloadthread.py Download optimisations 2018-01-01 12:51:35 +01: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
invthread.py Dandelion updates 2017-10-20 01:21:49 +02:00
networkthread.py Change thread names 2017-07-10 07:05:50 +02:00
node.py Big Asyncore update 2017-05-24 16:51:49 +02:00
objectracker.py Dandelion fixes 2017-11-18 09:47:17 +01:00
proxy.py Protocol error handler fixes 2017-12-29 08:49:08 +01:00
receivequeuethread.py handle shutdown in receivequeuethread 2017-10-19 09:11:34 +02:00
socks4a.py Socket closing changes 2017-10-19 09:08:05 +02:00
socks5.py Socket closing changes 2017-10-19 09:08:05 +02:00
stats.py Pending download stats optimisations 2017-10-20 23:11:33 +02:00
tcp.py Server full and duplicate handling 2018-01-02 14:29:21 +01:00
tls.py Asyncore update 2017-07-08 06:54:25 +02:00
udp.py Asyncore updates 2017-10-20 01:07:30 +02:00