jdiameter icon indicating copy to clipboard operation
jdiameter copied to clipboard

Jdiameter over SCTP

Open yahyanajjar opened this issue 6 years ago • 0 comments

Hello,

I have working jDiameter over TCP, When I switch to SCTP, Only capabilities Exchange and Watchdog are sent, this.session.send(r, this); can't seem to be triggered in case of SCTP

(I switched to SCTP via updating the Extensions in the client.xml as below) <Connection value="org.jdiameter.client.impl.transport.sctp.SCTPClientConnection" /> <NetworkGuard value="org.jdiameter.server.impl.io.sctp.NetworkGuard" />

Attached traces and logs

sctp.log Desktop.zip

Appreciate your help

Thanks

yahyanajjar avatar Dec 24 '17 13:12 yahyanajjar