Hello,
On 20/10/16 21:51, Alex Balashov wrote:
Hi,
If a transaction is currently t_suspended() and has not been t_continued(), will t_check_trans() still find that transaction for retransmission-dampening purposes, e.g. if a retransmission of the same request as the original one is received?
yes, the transaction is detected. Also the timeout runs for it and failure_route can be executed in that case.
Cheers, Daniel