muddleftpd-cvs
[Top][All Lists]
Advanced

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

[Muddleftpd-cvs] CVSROOT: /cvsroot/muddleftpd


From: Beau Kuiper
Subject: [Muddleftpd-cvs] CVSROOT: /cvsroot/muddleftpd
Date: Tue, 04 Nov 2003 10:58:37 -0500

Module name:    muddleftpd
Branch:         dev-rugger-nat
Changes by:     Beau Kuiper <address@hidden>    03/11/04 10:58:36
Reply-to: address@hidden

CVSROOT:        /cvsroot/muddleftpd
Module name:    muddleftpd
Branch:         dev-rugger-nat
Changes by:     Beau Kuiper <address@hidden>    03/11/04 10:58:36

Modified files:
        .              : defaults.h.in 

Log message:
        I am just marking this tree as version 1.3.13-dev-nat

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/muddleftpd/muddleftpd/defaults.h.in.diff?only_with_tag=dev-rugger-nat&tr1=1.1&tr2=1.1.10.1&r1=text&r2=text

Patches:
Index: muddleftpd/defaults.h.in
diff -c /dev/null muddleftpd/defaults.h.in:1.1.10.1
*** /dev/null   Tue Nov  4 10:58:36 2003
--- muddleftpd/defaults.h.in    Tue Nov  4 10:58:35 2003
***************
*** 0 ****
--- 1,37 ----
+ /* This files specifies default values and other values */
+ 
+ /* Specify where the default config file is */
+ #define CONFIGFILE "/etc/muddleftpd/muddleftpd.conf"
+ 
+ #define       MAXSECTIONLEN   40      /* Maximum length of a section name */
+ #define               MAXPENDCONN     10      /* Maximum connections for 
listen */
+ #define               BUFFERSIZE      4096    /* Buffer size. Increase to 
improve
+                                          throughput performace */
+ #define               LOWATERMARK     4096    /* wait for this much data 
before
+                                          sending/receiving */
+ #define               BUFFSMALL       256     /* Filename and username buffer 
*/
+ #define               STRCACHESIZE    20      /* Elements in a string cache */
+ #define               MAXMEMUSAGE     4096*1024   /* maximum memory usage */
+ #define               MAXINCLUDEDEPTH 5       /* maximum recursion in include
+                                          directives */
+ #define MAXUSERS              30
+ #define MAXTOOMANYUSERS               10      /* maximum number of 
connections to
+                                          display too busy message to at once 
*/
+ #define ALTLONGREPLIES                FALSE
+ #define LOGSTRENGTH           63
+ #define TIMEOUT                       300
+ #define BADAUTHWAIT           3000000
+ #define SMARTBIND             @zerobind@
+ #define ZEROBIND              @zerobind@
+ #define LOGINTRIES            3
+ #define RDNSTIMEOUT           15
+ #define LOGFILE                       "/var/log/muddleftpd.log"
+ #define LOGINDUMP             "(null)"
+ #define EMAIL                 "address@hidden"
+ #define       SCRATCHFILE             "/etc/muddleftpd/muddleftpd.scratch"
+ 
+ #define PROGNAME              "muddleftpd"
+ #define VERSTR                        "1.3.13-dev-nat"
+ 
+ #undef ACCESSCMD
+ #undef DUMPCMD




reply via email to

[Prev in Thread] Current Thread [Next in Thread]