----- Original Message -----
Sent: Friday, November 07, 2003 10:53
PM
Subject: Re: [Sip-implementors] Question:
Sending response
Hello,
I didn't find any text explicitly mentioning that, but in
my opinion the
same logic as for requests could be applied here. That
means you could try to
send it over TCP and if it fails then you can fall
back to UDP.
Jan.
On 06-11 20:25, ÇŃźşąÔ wrote:
>
> Hi all !
>
> I wonder how to process response in next
case.
>
> The request is received by UDP. (i.e. Via: SIP/2.0/UDP
xxx) and if response for request is more than maximum size of UDP packet
(4096),
> then how to transmit response ? UDP or TCP ?
[ABN] generally this condition should not happen
since in most of the cases the response will either be equal or less in size
to the received request.
also since multiple requests/responses woun't be
sent n the single packet this condition doesn't arise at
all..