From 3b452c27de38356a3926f716c448cbffb3763a69 Mon Sep 17 00:00:00 2001 From: Fredrik Gustafsson Date: Wed, 7 Nov 2012 13:56:48 +0100 Subject: Documentation for minimum_bytes_per_seconds option --- lib/inets/doc/src/httpd.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'lib/inets') diff --git a/lib/inets/doc/src/httpd.xml b/lib/inets/doc/src/httpd.xml index 7e21229fcf..8497d91549 100644 --- a/lib/inets/doc/src/httpd.xml +++ b/lib/inets/doc/src/httpd.xml @@ -178,7 +178,13 @@

Note that this option is only used when the option socket_type has the value ip_comm.

- + + {minimum_bytes_per_second, integer()} + +

If given, sets a minimum bytes per second value for connections.

+

If the value is not reached, the socket will close for that connection.

+

The option is good for reducing the risk of "slow dos" attacks.

+
-- cgit v1.2.3