ISocketHandlerPoolConfiguration.cs

namespace GenXdev.AsyncSockets.Configuration
{
    public interface ISocketHandlerPoolConfiguration
    {
        int MaxConnections { get; set; }
    }
}