diff options
author | Erlang/OTP <[email protected]> | 2016-01-26 10:58:26 +0100 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2016-01-26 10:58:26 +0100 |
commit | 32b045c47a1cbba3e89a29d669af826d3ed639c1 (patch) | |
tree | cee07690a9f6542e026c5f35bea108a1fa56c603 /lib/diameter/doc/src | |
parent | cb4cb6d2d5540b49e54d3a53de2e1069859a8b5c (diff) | |
download | otp-32b045c47a1cbba3e89a29d669af826d3ed639c1.tar.gz otp-32b045c47a1cbba3e89a29d669af826d3ed639c1.tar.bz2 otp-32b045c47a1cbba3e89a29d669af826d3ed639c1.zip |
Update release notes
Diffstat (limited to 'lib/diameter/doc/src')
-rw-r--r-- | lib/diameter/doc/src/notes.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/lib/diameter/doc/src/notes.xml b/lib/diameter/doc/src/notes.xml index 838b1ad7dc..2fc30db324 100644 --- a/lib/diameter/doc/src/notes.xml +++ b/lib/diameter/doc/src/notes.xml @@ -42,6 +42,27 @@ first.</p> <!-- ===================================================================== --> +<section><title>diameter 1.9.2.3</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Make peer handling more efficient.</p> + <p> + Inefficient lookup and manipulation of peer lists could + result in poor performance when many outgoing requests + were sent simultaneously, or when many peers connected + simultaneously. Filtering peer lists on realm/host is now + also more efficient in many cases.</p> + <p> + Own Id: OTP-13164</p> + </item> + </list> + </section> + +</section> + <section><title>diameter 1.9.2.2</title> <section><title>Fixed Bugs and Malfunctions</title> |