#984 closed defect (fixed)
Active socket fails to accept two or more concurrent incoming connections. — at Version 2
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 callback was invoked multiple times with the same single socket descriptor).
Change History (2)
comment:1 Changed 15 years ago by nanang
- Description modified (diff)
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 15 years ago by nanang
- Description modified (diff)
Note: See
TracTickets for help on using
tickets.
In r2979: fixed.