Hi, a server receives a SIP request over TCP and creates a server
transaction. While processing it, the client sends a request
retransmission but using a different TCP connection.
Note that request matching rules on RFC 3261 - 17.2.3 are passed (same
branch, method and Via sent-by), even if the TCP connection is
different.

Now the question is: where should the server re-send the last replied
response? should it send it over the first connection (still open) or
over the second one?

Thanks.

-- 
Iñaki Baz Castillo
<i...@aliax.net>

_______________________________________________
Sip-implementors mailing list
Sip-implementors@lists.cs.columbia.edu
https://lists.cs.columbia.edu/cucslists/listinfo/sip-implementors

Reply via email to