1
0
mirror of https://github.com/osmarks/ngircd.git synced 2024-10-27 20:36:18 +00:00
ngircd/man
Alexander Barton 9f067a059d Connection counter: count outgoing connections as well.
This patch lets ngIRCd count outgoing connections as well as incoming
connections (up to now only outgoing connections have been counted). This
change is required because the Conn_Close() function doesn't know whether
it closes an outgoing connection or not and therefore would decrement the
counter below zero when an outgoing connection existed -- which would
trigger an assert() call ...

Please note that this patch changes the (so far undocumented but now fixed)
behaviour of the "MaxConnections" configuration option to account the sum
of the in- and outbound connections!
2008-11-12 01:26:04 +01:00
..
.gitignore Moved .cvsignore files to .gitignore 2008-04-09 18:54:52 +02:00
Makefile.am Customize manual pages to reflect the actual installation location of files. 2006-12-25 16:13:26 +00:00
ngircd.8.tmpl Add option aliases -V (for --version) and -h (for --help). 2008-05-18 16:19:41 +02:00
ngircd.conf.5.tmpl Connection counter: count outgoing connections as well. 2008-11-12 01:26:04 +01:00