TNonblockingServer.resizeBufferEveryN

Every N calls we check the buffer size limits on a connected Connection. 0 disables (i.e. the checks are only done when a connection closes).

  1. uint resizeBufferEveryN;
    class TNonblockingServer
    uint resizeBufferEveryN;
  2. enum uint DEFAULT_RESIZE_BUFFER_EVERY_N;

Meta