zhoujian2030 / jdiameter

Automatically exported from code.google.com/p/jdiameter
0 stars 0 forks source link

Diameter Stack: Expired incoming connections are not removed after specified time, non-expired are #22

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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.

Original issue reported on code.google.com by brainslog on 6 Nov 2012 at 2:56

GoogleCodeExporter commented 9 years ago
This issue was updated by revision ffedbc5d0e5a.

Fixed wrong condition for checking timed out incoming connections, was inverted.

Original comment by brainslog on 6 Nov 2012 at 3:01