Changes between Initial Version and Version 1 of Ticket #265
- Timestamp:
- May 2, 2007 9:30:02 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #265 – Description
initial v1 1 For some strange reason, and on some platforms only, an asynchronous RecvFrom() will continuously returnKErrGeneral. This happens with S60 3rd Edition MR2 emulator on Win2k, but doesn't happen with S60 3rd Edition (not MR2) on WinXP.1 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. 2 2 3 3 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. 4 4 5 For now I considered this as platform specific error. 5 6 6