Changes between Version 1 and Version 2 of Ticket #265
- Timestamp:
- May 2, 2007 9:30:19 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #265 – Description
v1 v2 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 consideredthis as platform specific error.5 For now I'll just considere this as platform specific error. 6 6