#984 closed defect (fixed)
Active socket fails to accept two or more concurrent incoming connections. — at Version 1
Reported by: | nanang | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-1.5 |
Component: | pjlib | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description (last modified by nanang)
Symptom: application got same socket descriptor in accept callbacks when there was two or more concurrent incoming connections (the callbacks was invoked multiple times with the same single socket descriptor).
Change History (1)
comment:1 Changed 15 years ago by nanang
- Description modified (diff)
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
In r2979: fixed.