Opened 18 years ago
Last modified 18 years ago
#265 closed defect
RecvFrom() continuously returns KErrGeneral in Symbian — at Initial Version
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | Symbian-trunk-integration |
Component: | pjsip | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
For some strange reason, and on some platforms only, an asynchronous RecvFrom?() will continuously return KErrGeneral. This happens with S60 3rd Edition MR2 emulator on Win2k, but doesn't happen with S60 3rd Edition (not MR2) on WinXP.
Some people suggested that increasing the receiving buffer size should solve the issue (see http://discussion.forum.nokia.com/forum/archive/index.php/t-52250.html) but this doesn't seem to be the case. In PJSIP, the PJSIP_MAX_PKT_LEN is used to control the RX packet size and the default is 2000. Increasing this to 4000 doesn't seem to help.