[erlang-questions] Multiple Diameter Connection issue
Dinusha Ganganath Perera
dinushaganganath@REDACTED
Mon Oct 16 17:39:34 CEST 2017
Hi All,
I tried to establish two diameter connection to same diameter peer and port
(used two different source port).
One connection was established successfully and other connection was
failed.
The failed connection sent below tcp packets to diameter peer, but did not
sent CER to diameter node.
1. sent [SYN] to diameter node
2. received [SYN, ACK] from diameter node
3. sent [ACK] to diameter node
4. sent [FIN, ACK] to diameter node
5. received [FIN, ACK] from diameter node
If I down established connection, then failed one is successfully
established.
I used below application services,
{application,
[{alias, smsc_diameter_cli_dia_1},
{dictionary, rfc4006_cc_Gy},
{module, smsc_diameter_clii_cb},
{answer_errors, callback},
{sequence, {0,19}},
{share_peers, true},
{use_shared_peers, true},
{restrict_connections, false}]}
I used diameter-1.3 erlang library.
Please help me to solve this issue.
Thanks & BRs,
Dinusha
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20171016/3c4e4c2b/attachment.htm>
More information about the erlang-questions
mailing list