--- Coro/myhttpd/config.pl.dist 2002/09/10 03:08:03 1.28 +++ Coro/myhttpd/config.pl.dist 2002/11/21 13:08:06 1.29 @@ -26,7 +26,8 @@ $BUFSIZE = 32*1024; # buffer size -$TBF_RATE = 100000000; +$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?