electrumx/lib
Neil Booth 263e88ad57 Tweak request handling
Pause serving sessions whose socket buffer is full (anti-DoS)
Serve requests in batches of 8
Don't store the session in the request
RPC has priority 0; every other session at least 1
Periodically consolidate small session groups into 1
2016-12-10 18:06:13 +09:00
..
__init__.py Add setup.py 2016-11-05 18:00:03 +09:00
coins.py Tweak Litecoin settings 2016-11-29 07:28:09 +09:00
enum.py Extend copyright notice; improve comments 2016-11-03 16:45:06 +09:00
hash.py Extend copyright notice; improve comments 2016-11-03 16:45:06 +09:00
jsonrpc.py Tweak request handling 2016-12-10 18:06:13 +09:00
script.py OP_RETURN can be spent inside false conditions 2016-11-13 21:55:18 +09:00
tx.py Speed up tx.py; giving ~ 5% higher tx/s in memory 2016-11-06 12:07:53 +09:00
util.py Add session ID for each session 2016-12-03 14:32:09 +09:00