ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Coro/myhttpd/config.pl.dist
(Generate patch)

Comparing Coro/myhttpd/config.pl.dist (file contents):
Revision 1.22 by root, Sat Nov 17 04:15:22 2001 UTC vs.
Revision 1.23 by root, Tue Nov 20 01:56:21 2001 UTC

1$MAX_CONNECTS = 1000; # maximum simult. connects 1$MAX_CONNECTS = 1000; # maximum simult. connects
2$MAX_TRANSFERS_SMALL = 10; # the maximum number of sim. file transfers 2$MAX_TRANSFERS_SMALL = 10; # the maximum number of sim. file transfers
3$MAX_TRANSFERS_LARGE = 15; # the maximum number of sim. file transfers 3$MAX_TRANSFERS_LARGE = 15; # the maximum number of sim. file transfers
4$TRANSFER_SMALL = 1_000_000; # size of a "small" file 4$TRANSFER_SMALL = 3_000_000; # size of a "small" file
5 5
6$MAX_CONN_IP = 4; # maximum simult. connects per ip 6$MAX_CONN_IP = 4; # maximum simult. connects per ip
7$BLOCKTIME = 86400; # block time 7$BLOCKTIME = 86400; # block time
8 8
9$NO_SEGMENTED = 1; # allow segmented downloads? 9$NO_SEGMENTED = 1; # allow segmented downloads?

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines