Neil Booth 1eb245f74c New env var MAX_SESSIONS
When the number of sessions reaches MAX_SESSIONS, which defaults
to 1,000, turn off TCP and SSL listening sockets to prevent new
connections.  When the session count falls below a low watermark,
currently 90% of MAX_SESSIONS, the listening sockets will be re-opened.
Helps prevent DoS and limit open file usage.

Bug fix: do not start serving paused connections until the buffer
socket is sufficiently drained.  Also, loop.
2016-12-13 22:47:03 +09:00
2016-11-26 09:53:47 +09:00
2016-11-10 23:57:13 +09:00
2016-11-26 09:53:47 +09:00
2016-12-13 22:47:03 +09:00
2016-12-10 08:52:24 +09:00
2016-11-07 05:35:00 +09:00
S
Description
Electrum Cash protocol reference
649 KiB
Languages
Python 78.3%
Batchfile 12.3%
Makefile 9.4%