diff options
author | Anders Svensson <[email protected]> | 2016-03-05 16:18:52 +0100 |
---|---|---|
committer | Anders Svensson <[email protected]> | 2016-03-13 07:10:11 +0100 |
commit | 2ffb288d8daeb72c27c5cead30ce779682bdd8b0 (patch) | |
tree | e7b2bb7a2c4b4d2243793050df29ce23cb5f6137 /lib/megaco | |
parent | e7b286c95531595daa26b09edffbf2f081c5455a (diff) | |
download | otp-2ffb288d8daeb72c27c5cead30ce779682bdd8b0.tar.gz otp-2ffb288d8daeb72c27c5cead30ce779682bdd8b0.tar.bz2 otp-2ffb288d8daeb72c27c5cead30ce779682bdd8b0.zip |
Let throttling callback return a notification pid
In addition to returning ok or {timeout, Tmo}, let a throttling callback
for message reception return a pid(), which is then notified if the
message in question is either discarded or results in a request process.
Notification is by way of messages of the form
{diameter, discard | {request, pid()}}
where the pid is that of a request process resulting from the received
message. This allows the notification process to keep track of the
maximum number of request processes a peer connection can have given
rise to.
Diffstat (limited to 'lib/megaco')
0 files changed, 0 insertions, 0 deletions