[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Max Number of Users




On Fri, 25 Dec 1998, Baud wrote:

> what controls the max number of connections allowed in ircd... having
> trouble limiting number of users... please help
> 
> any help would be good
> Baud

i guess it's set up in Y: lines, here's a quote from ircd.conf:

# Y:<Class>:<Ping Frequency>::<Max Links>:<SendQ>:<Local Limit>:<Global
Limit>
#    1       2               3 4           5       6             7
#   1 class number
#   2 ping frequency (in seconds)
#   3 unused for client classes
#   4 maximum number of links in this class (per I line)
#   5 sendQ for each client
#   6 maximum number of links from this [user@]host on the server
#   7 maximum number of links from this [user@]host on the net

pht