diff options
author | Fredrik Gustafsson <[email protected]> | 2012-11-16 11:55:03 +0100 |
---|---|---|
committer | Fredrik Gustafsson <[email protected]> | 2012-11-16 11:55:03 +0100 |
commit | 8d0a8ed931deec5a52eaf3e63a1e99a9ed0aeba8 (patch) | |
tree | bdd0c3ff342d4311d196ef4e4fd243ce72fa575b /lib/inets/vsn.mk | |
parent | d3ceb8f5194ff323971163d7758bcbbde74cd0ee (diff) | |
parent | 9c3a39fa8a5edfaea75226579e28aab49506902c (diff) | |
download | otp-8d0a8ed931deec5a52eaf3e63a1e99a9ed0aeba8.tar.gz otp-8d0a8ed931deec5a52eaf3e63a1e99a9ed0aeba8.tar.bz2 otp-8d0a8ed931deec5a52eaf3e63a1e99a9ed0aeba8.zip |
Merge branch 'maint'
* maint:
Increased waiting time to check if socket is down
Fine adjustments of slowdos alg
Changes to slowdos testcase
Doc for test case slowdose
Bumped version nr
Added testcases för minimum_bytes_per_second option
Reduced checking of bytes per second to every second
Documentation for minimum_bytes_per_seconds option
Changed property to minimum_bytes_per_second and checking if is integer on start
Changed to Bytes Per Second when checking clients rate, new options {byte_limit, integer()}
Option {bit_limit, integer()} to close sockets where clients are too slow
Diffstat (limited to 'lib/inets/vsn.mk')
-rw-r--r-- | lib/inets/vsn.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/inets/vsn.mk b/lib/inets/vsn.mk index 949eceea7f..0c7cb5e7c2 100644 --- a/lib/inets/vsn.mk +++ b/lib/inets/vsn.mk @@ -18,7 +18,7 @@ # %CopyrightEnd% APPLICATION = inets -INETS_VSN = 5.9.1 +INETS_VSN = 5.9.2 PRE_VSN = APP_VSN = "$(APPLICATION)-$(INETS_VSN)$(PRE_VSN)" |