namespace MQTTnet.Core.Channel { public static class BufferConstants { public const int Size = 4096 * 20; } }