From 7f3486a5ddc02a366f2945dfd009c4a2697a2b98 Mon Sep 17 00:00:00 2001
From: Erlang/OTP
+ Fix remote diameter_request table leak.
++ An outgoing request whose pick_peer callback selected a + transport on another node resulted in an orphaned table + entry on that node.
++ Own Id: OTP-12196
++ Fix handling of 3xxx Result-Code without E-bit.
++ OTP-12233 broke the population of the errors field of the + diameter_packet record when an incoming request with an + E-bit/Result-Code mismatch was detected, causing a + 4-tuple to be inserted as Result-Code in a diameter_avp + record.
++ Own Id: OTP-12233
++ Fix ignored connect timer.
++ There are two timers governing the establishment of peer + connections: connect_timer and watchdog_timer. The former + is the RFC 6733 Tc timer, and is used at initial + connection establishment. The latter is RFC 3539 TwInit, + and is used for connection reestablishment. A connecting + transport erroneously used watchdog_timer in both cases.
++ Own Id: OTP-12281 Aux Id: seq12728
++ Order candidate peers in pick_peer callbacks.
++ The order of candidate peers presented to a + diameter_app(3) pick_peer callback has previously not + been documented, but there are use cases that are + simplified by an ordering. The order is now determined by + the filter.
++ Own Id: OTP-12308
+