#984 closed defect (fixed)
Active socket fails to accept two or more concurrent incoming connections.
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 (3)
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)
comment:3 Changed 15 years ago by nanang
In r2980: minor fix of compile warning of unused arg.
Note: See
TracTickets for help on using
tickets.
In r2979: fixed.