electrumx/server
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 Initial revision 2016-10-08 17:17:43 +09:00
block_processor.py Temporary hack to fix initial sync slowdown 2016-12-08 22:47:29 +09:00
daemon.py Replace $DAEMON_VERSION and $DAEMON_SUBVERSION 2016-11-29 23:03:05 +09:00
db.py Fix ordering in get_utxos 2016-11-27 21:54:05 +09:00
env.py Revert "Add feature to rate limit connections" 2016-12-05 23:27:36 +09:00
irc.py Catch UnicodeError in IRC gethostbyname 2016-12-10 08:52:24 +09:00
protocol.py Tweak request handling 2016-12-10 18:06:13 +09:00
storage.py Remove all RocksDB references on close 2016-11-29 19:50:44 +09:00
version.py Prepare 0.8.11 2016-12-10 11:08:44 +09:00