--- Coro/myhttpd/config.pl.dist 2002/02/20 15:06:51 1.27 +++ Coro/myhttpd/config.pl.dist 2002/11/21 13:08:06 1.29 @@ -26,6 +26,9 @@ $BUFSIZE = 32*1024; # buffer size +$TBF_RATE = 100000000; # maximum allowed throughput +$TBF_MAX_PER_CLIENT = 100000; # maximum throughput per connection + $AIO_PARALLEL = 1; # how many reader threads for i/o? $ACCESS_LOG = "logs/accesslog"; # access log