crossroads

Git mirror of https://crossroads.e-tunity.com/
git clone git://git.finwo.net/app/crossroads
Log | Files | Refs

maxconnections.yo (710B)


      1 conf(maxconnections - Limiting concurrent clients at service level)
      2     (The maximum number of connections is specified using
      3      tt(maxconnections). There is one argument; the number of concurrent
      4      established connections that may be active within one service.
      5 
      6      'Throttling' the number of connections is a way of preventing Denial of
      7      Service (DOS) attacks. Without a limit, numerous network connections
      8      may spawn so many server instances, that the service ultimately breaks
      9      down and becomes unavailable.)
     10     (tt(maxconnections) em(number), where the number specifies the
     11      maximum of concurrent connections to the service.)
     12     (0, meaning that all connections will be accepted.)