Re: [SR-Users] t_set_fr() different behavior whether transport is udp or tcp

2016-08-16 Thread Daniel Tryba
On Tue, Aug 16, 2016 at 04:14:15PM +0200, Olle E. Johansson wrote: > > I'm seeing a different behavior of t_set_fr depending on transports. > Which is correct. UDP is connectionless and thus SIP has timers for > retransmits and fails when there’s no response. With connection-oriented > protocols,

Re: [SR-Users] t_set_fr() different behavior whether transport is udp or tcp

2016-08-16 Thread Olle E. Johansson
> On 16 Aug 2016, at 11:41, Daniel Tryba wrote: > > I'm seeing a different behavior of t_set_fr depending on transports. Which is correct. UDP is connectionless and thus SIP has timers for retransmits and fails when there’s no response. With connection-oriented protocols, the failure happens wh