inline
----- Original Message ----- 
From: "Ajay Kulkarni" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Tuesday, April 04, 2006 1:51 AM
Subject: [Sip-implementors] querry abt number of messages per packet.


> Hi all...
>
> i have following doubts
>
> 1) can single UDP packet have more than one SIP messages?

No. See section 18.3 of RFC 3261

>
> 2) can single TCP packet have more than one SIP messages?

Since TCP is a streaming protocol, it is possible for a single IP Packet to 
contain one or more messages, or even portions of one or more messages. It 
is also possible that a single message will be split between multiple IP 
Packets. You must use CRLF at the end of the headers and the value or 
Content-Length header to locate the end of each message.

>
> Regards.
> Ajay
> _______________________________________________
> Sip-implementors mailing list
> [email protected]
> https://lists.cs.columbia.edu/cucslists/listinfo/sip-implementors
> 

_______________________________________________
Sip-implementors mailing list
[email protected]
https://lists.cs.columbia.edu/cucslists/listinfo/sip-implementors

Reply via email to