TNonblockingServer.maxFrameSize

Maximum frame size, in bytes.

If a client tries to send a message larger than this limit, its connection will be closed. This helps to avoid allocating huge buffers on bogous input.

class TNonblockingServer
uint maxFrameSize;

Meta