Re: [Sip-implementors] Possible bug in "Non-INVITE Client Transaction" - 17.1.2.2

Iñaki Baz Castillo <[email protected]> Wed, 6 Apr 2011 19:12:25 +0200
Newsgroups gmane.ietf.sip,gmane.ietf.sip-implementors
Message-ID <[email protected]>
2011/4/6 Pandurangan R S <[email protected]>:
>>> This process continues so that retransmissions occur with an exponentially
>>>  increasing interval that caps at T2.
>
> I think this actually means
>
>> - Initially => T1 = 0.5s
>> - Fires    => MIN(2*T1, T2) = 1s
>> - Fires    => MIN(4*T1, T2) = 2s
>> - Fires    => MIN(8*T1, T2) = 4s
>> - Fires    => MIN(16*T1, T2) = 4s
>
> 2,4, 8, 16... which is exponential.

Yes, assuming that after 4*T1 it becomes 8*T1 it works. However that
is not what I've understood by reading the section (but I must be
wrong as all the SIP stacks I've tested behave as you describe) :)

Thanks a lot.

-- 
Iñaki Baz Castillo
<[email protected]>
_______________________________________________
Sip mailing list  https://www.ietf.org/mailman/listinfo/sip
This list is essentially closed and only used for finishing old business.
Use [email protected] for questions on how to develop a SIP implementation.
Use [email protected] for new developments on the application of sip.
Use [email protected] for issues related to maintenance of the core SIP specifications.