Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 3268 by [email protected]: Jdiameter SCTP integration
http://code.google.com/p/mobicents/issues/detail?id=3268

Found a small but significant (and devil to find!) bug in the jdiameter SCTP extension.

In org.jdiameter.server.impl.io.sctp.SCTPTransportServer:

These 3 variables were accidentally set to static - they should NOT be static.
public String serverAssociationName;
public String remoteClientAssociationName;
public String serverName;

SCTPTransportServer is instantiated once as the server listener and then once for each peer connection. These variables should be unique for each instance. Because the variables were declared static they were not unique for each instance, which caused occassional errors where for example the remoteClientAssociationName was always set to the last peer connection initiated, resulting in the wrong association to sometimes to be shutdown.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--

--- You received this message because you are subscribed to the Google Groups "mobicents-all-issues-changes" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to