From: <dia...@us...> - 2003-10-14 11:50:35
|
Update of /cvsroot/genericircd/gircd2.0 In directory sc8-pr-cvs1:/tmp/cvs-serv19204 Modified Files: installer Log Message: Fixed I:lines. Only 5 clients per ip/host with a 160000 sendq size Index: installer =================================================================== RCS file: /cvsroot/genericircd/gircd2.0/installer,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** installer 20 Sep 2003 22:18:58 -0000 1.4 --- installer 14 Oct 2003 11:50:29 -0000 1.5 *************** *** 342,351 **** echo Y:15:90:0:100:160000 >> $INSTALLDIR/ircd.conf echo Y:10:90:0:100:160000 >> $INSTALLDIR/ircd.conf ! echo Y:2:90:0:5:80000 >> $INSTALLDIR/ircd.conf echo Y:1:90:0:400:160000 >> $INSTALLDIR/ircd.conf echo >> $INSTALLDIR/ircd.conf echo \# I:Lines \(EDIT AT YOUR OWN RISK\) >> $INSTALLDIR/ircd.conf ! echo I:*\@*::Unresolved::1 >> $INSTALLDIR/ircd.conf ! echo I:Resolved::*\@*::1 >> $INSTALLDIR/ircd.conf echo >> $INSTALLDIR/ircd.conf echo \# U:Line \(DO NOT TOUCH!!\) >> $INSTALLDIR/ircd.conf --- 342,352 ---- echo Y:15:90:0:100:160000 >> $INSTALLDIR/ircd.conf echo Y:10:90:0:100:160000 >> $INSTALLDIR/ircd.conf ! echo Y:2:90:0:5:160000 >> $INSTALLDIR/ircd.conf echo Y:1:90:0:400:160000 >> $INSTALLDIR/ircd.conf + echo Y:3:90:0:5:160000 >> $INSTALLDIR/ircd.conf echo >> $INSTALLDIR/ircd.conf echo \# I:Lines \(EDIT AT YOUR OWN RISK\) >> $INSTALLDIR/ircd.conf ! echo I:*\@*::Unresolved::3 >> $INSTALLDIR/ircd.conf ! echo I:Resolved::*\@*::2 >> $INSTALLDIR/ircd.conf echo >> $INSTALLDIR/ircd.conf echo \# U:Line \(DO NOT TOUCH!!\) >> $INSTALLDIR/ircd.conf |