diff options
author | Fredrik Gustafsson <[email protected]> | 2012-11-07 13:56:48 +0100 |
---|---|---|
committer | Fredrik Gustafsson <[email protected]> | 2012-11-07 13:56:48 +0100 |
commit | 3b452c27de38356a3926f716c448cbffb3763a69 (patch) | |
tree | 9a4e81086345d17fc252e5d09c2b6b844970bffd /lib | |
parent | 40d2dd2e50cf245ae88e0a10b3d2f50386264ca5 (diff) | |
download | otp-3b452c27de38356a3926f716c448cbffb3763a69.tar.gz otp-3b452c27de38356a3926f716c448cbffb3763a69.tar.bz2 otp-3b452c27de38356a3926f716c448cbffb3763a69.zip |
Documentation for minimum_bytes_per_seconds option
Diffstat (limited to 'lib')
-rw-r--r-- | lib/inets/doc/src/httpd.xml | 8 |
1 files changed, 7 insertions, 1 deletions
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 @@ <p>Note that this option is only used when the option <c>socket_type</c> has the value <c>ip_comm</c>. </p> </item> - + <marker id="prop_minimum_bytes_per_second"></marker> + <tag>{minimum_bytes_per_second, integer()}</tag> + <item> + <p>If given, sets a minimum bytes per second value for connections.</p> + <p>If the value is not reached, the socket will close for that connection.</p> + <p>The option is good for reducing the risk of "slow dos" attacks.</p> + </item> </taglist> <marker id="props_api_modules"></marker> |