TNonblockingServer.DEFAULT_RESIZE_BUFFER_EVERY_N

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).

class TNonblockingServer
enum uint DEFAULT_RESIZE_BUFFER_EVERY_N;

Meta