Opened 16 years ago
Closed 16 years ago
#538 closed defect (fixed)
Closed TCP connection should be removed from the hash table immediately
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | major | Milestone: | release-1.0-rc1 |
Component: | pjsip | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
Currently when TCP connection is closed, it will be put in idle state even when there is no object referencing it. This will cause endpoint to run out of TCP connection "handles" when client opens/closes the connection rapidly.
Change History (2)
comment:1 Changed 16 years ago by bennylp
- Milestone changed from Known-Issues to release-0.9.5
comment:2 Changed 16 years ago by bennylp
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Fixed in r2180