[erlang-questions] Diameter Relay detach

Ehsan Mohammadi ehsan.tck@REDACTED
Tue Sep 6 14:24:05 CEST 2016


hi
diameter document <http://erlang.org/doc/man/diameter_app.html> in
handle_request
section says:
*{relay, Opts}*
*...*
The returned Opts should not specify detach

this means when we relay requests we should wait for it`s answer before
relaying next request.
i have a server which it`s response time is 0.5 so i can send up to 20
packet per sec, but if i can send request asynchronously it
handles hundreds of packets per second.
if i send more than 20 packet per second to my relay agent requests get
timeout error and relay sends back a CCA with DIAMETER_UNABLE_TO_DELIVER
error

had anyone same problem with this app?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20160906/6b7996cd/attachment.htm>


More information about the erlang-questions mailing list