electrumx/lib
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 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 Introduce incoming buffer size limit 2016-11-29 20:24:58 +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 Move formatted_time to library 2016-11-19 15:42:06 +09:00