From 6a6ff0791a7de5a7a9e034366271497aa2130204 Mon Sep 17 00:00:00 2001
From: Erlang/OTP
+ Fix diameter_watchdog function clause.
+
+ OTP-12912 introduced an error with accepting transports
+ setting
+ Own Id: OTP-12969
++ Fix request table leaks
++ The End-to-End and Hop-by-Hop identifiers of outgoing + Diameter requests are stored in a table in order for the + caller to be located when the corresponding answer + message is received. Entries were orphaned if the handler + was terminated by an exit signal as a consequence of + actions taken by callback functions, or if callbacks + modified identifiers in retransmission cases.
++ Own Id: OTP-13137
++ Add service_opt() strict_mbit.
+
+ There are differing opinions on whether or not reception
+ of an arbitrary AVP setting the M-bit is an error. The
+ default interpretation is strict: if a command grammar
+ doesn't explicitly allow an AVP setting the M-bit then
+ reception of such an AVP is regarded as an error. Setting
+
+ Own Id: OTP-12947
+