< Previous by Date | Date Index | Next by Date > |
< Previous in Thread | Thread Index | Next in Thread > |
Greetings! Initially we have a pretty compact SDP
string. But after we pass it to the SIP stack, it will be augmented significantly,
thus making the SIP message size kind of quite big. The problem is if the SIP
message size exceeds the MTU size, the packet will be fragmented and won’t
be assembled properly at the receiving side. We found this problem with the
pre-release tar ball build. So our questions are: 1) Is it possible to put the
compact format SDP into SIP message body? 2) Does the release build of SIP
stack address the fragmented SIP message issue? Thanks, Wenwei Xu |