Variable NodeConfig.max_listeners

Maximum number of listeners to connect to

struct NodeConfig
{
  // ...
  ulong max_listeners = 10LU;
  // ...
}