electrumx/server
Neil Booth c9a10be5ba Introduce incoming buffer size limit
- incoming buffered network requests limited to 150,000 bytes
  which I believe is ample for a genuine client
- if exceeded, the connection is dropped
- raise outgoing data limit for RPC connections to 5 MB - expect
  sessions calls can be long and connection is implicitly trusted
- similarly raise incoming buffered data limit to 5 MB for RPC
  connections
2016-11-29 20:24:58 +09:00
..
__init__.py Initial revision 2016-10-08 17:17:43 +09:00
block_processor.py Further optimize the inner loop 2016-11-27 14:20:36 +09:00
daemon.py Remove obsolete debugging feature 2016-11-23 09:16:41 +09:00
db.py Fix ordering in get_utxos 2016-11-27 21:54:05 +09:00
env.py LOG_SESSIONS should use self.integer 2016-11-29 19:32:11 +09:00
irc.py Create just one server connection 2016-11-26 18:10:03 +09:00
protocol.py Introduce incoming buffer size limit 2016-11-29 20:24:58 +09:00
storage.py Remove all RocksDB references on close 2016-11-29 19:50:44 +09:00
version.py Prepare 0.7.13 2016-11-29 08:03:51 +09:00