← Prev in month ← Prev in thread

[ebxml-msg] TimeToLive

From
Arvola Chan <>
Date
2001-11-17T00:55:26+00:00
ID
04fe01c16f02$2975d390$
Thread
[ebxml-msg] TimeToLive
David:

Section 7.4.5 currently specifies the constraint:

    TimeToLive > Timestamp + (Retries * RetryInterval)

Since the Retries count does not include the initial attempt, I think the
constraint should be changed to

    TimeToLive > Timestamp + ((Retries + 1) * RetryInterval)

Regards,
-Arvola
← Prev in month ← Prev in thread