[srvx-commits] CVS: services srvx.conf.example,1.29,1.30
Brought to you by:
entrope
|
From: Entrope <en...@us...> - 2002-09-24 02:17:38
|
Update of /cvsroot/srvx/services
In directory usw-pr-cvs1:/tmp/cvs-serv24487
Modified Files:
srvx.conf.example
Log Message:
add better support for NN2K support and configurability
Index: srvx.conf.example
===================================================================
RCS file: /cvsroot/srvx/services/srvx.conf.example,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -r1.29 -r1.30
*** srvx.conf.example 18 Sep 2002 14:51:30 -0000 1.29
--- srvx.conf.example 24 Sep 2002 02:17:33 -0000 1.30
***************
*** 230,233 ****
--- 230,235 ----
"hidden_host" "users.Generic.NET"; // set this if you enabled ircd/Undernet's +x mode
"numeric" "10"; // hint: If you get collisions on link, CHANGE THIS.
+ "max_users" "256"; // You can save a little memory by setting this to a lower value.
+ "force_n2k" "1"; // Use extended (5-digit) numnick for self, even if 3 are possible.
"ping_freq" "60";
"ping_timeout" "90";
|