TNonblockingServer.idleReadBufferLimit

Max read buffer size for an idle Connection. When we place an idle Connection into connectionStack_ or on every resizeBufferEveryN_ calls, we will free the buffer (such that it will be reinitialized by the next received frame) if it has exceeded this limit. 0 disables this check.

  1. size_t idleReadBufferLimit;
    class TNonblockingServer
    size_t idleReadBufferLimit;
  2. enum size_t DEFAULT_IDLE_READ_BUFFER_LIMIT;

Meta