Allow a `max-sessions` parameters upon system launch which will limit the number of client sessions that the server will allow. Upon the maximum limit, we should return a connection error for the n+1'th session(s) when/if they attempt to connect.