diff options
author | Anders Svensson <[email protected]> | 2015-05-17 18:31:51 +0200 |
---|---|---|
committer | Anders Svensson <[email protected]> | 2015-05-18 14:10:43 +0200 |
commit | 2599f843ccb48193348d75c287a9cfd507d09d08 (patch) | |
tree | ad43e9cb41381d9575491d6c8f82df12904295ad /lib/common_test/include | |
parent | 0c2807d5f4ed72051c633c3ae9d3e88d8839a672 (diff) | |
download | otp-2599f843ccb48193348d75c287a9cfd507d09d08.tar.gz otp-2599f843ccb48193348d75c287a9cfd507d09d08.tar.bz2 otp-2599f843ccb48193348d75c287a9cfd507d09d08.zip |
Count discarded incoming messages
An incoming Diameter message is either a request, an answer to an
outstanding request, or an unexpected answer. The latter weren't
counted, but are now counted on keys of this form:
{pid(), {{unknown, 0}, recv, discarded}}
The form of the second element is similar to those of other counters,
like:
{{relay, 0|1}, send|recv, invalid_error_bit}
Compare this to the key used when counting known answers:
{{ApplicationId, CommandCode, 0}, recv}
The application id and command code aren't included so as not to count
on arbitrary keys, a topic last visited in commit 49e8b11c.
Diffstat (limited to 'lib/common_test/include')
0 files changed, 0 insertions, 0 deletions