Status: Accepted
Owner: brainslog
CC: [email protected], [email protected]
Labels: Type-Defect Priority-Critical Component-DIAMETER-Stack Usability
Roadmap-Fix DIAMETER-1.5.0.FINAL
New issue 22 by brainslog: Diameter Stack: Expired incoming connections are
not removed after specified time, non-expired are
http://code.google.com/p/jdiameter/issues/detail?id=22
When expired incoming connections exceed the specified timeout value, they
will never be removed from the incoming connections list, while connections
which have not exceeded the timeout are removed. This is due to an inverted
condition, which should be corrected.