Opened 15 years ago

Last modified 15 years ago

#758 closed defect

Problem with TCP transport on Symbian — at Version 2

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

Change History (3)

comment:1 Changed 15 years ago by bennylp

Problems found:

  • need to use RecvOneOrMore?() rather than Recv() for TCP socket
  • SIP transport doesn't handle where connect() returns immediate success

Attached patch:

  • testing to use RecvOneOrMore?() in ioqueue
  • some cleaning up for pjlib-test on Symbian

Changed 15 years ago by bennylp

Cleaning up to run pjlib-test on Symbian

comment:2 Changed 15 years ago by bennylp

  • Description modified (diff)
Note: See TracTickets for help on using tickets.