#758 closed defect (fixed)
Problem with TCP transport on Symbian
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-1.3 |
Component: | pjlib | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description (last modified by bennylp)
It has been reported that there is problem with receiving data with TCP socket/transport on Symbian.
The corresponding ticket for 1.0 branch is ticket #759
Attachments (1)
Change History (7)
comment:1 Changed 16 years ago by bennylp
comment:2 Changed 16 years ago by bennylp
- Description modified (diff)
comment:3 Changed 16 years ago by bennylp
- Milestone changed from release-1.2 to release-1.3
comment:4 Changed 15 years ago by bennylp
- Component changed from common to pjlib
comment:5 Changed 15 years ago by bennylp
- Resolution set to fixed
- Status changed from new to closed
In r2771:
- fixed TCP recv() to use RecvOneOrMore()
- fixed activesock unit test in pjlib-test
comment:6 Changed 15 years ago by nanang
In r2781:
- fixed transport TCP to call on_connect_complete when connect() returns PJ_SUCCESS.
- added option to enable transport TCP in symbian_ua.
Note: See
TracTickets for help on using
tickets.
Problems found:
Attached patch: