<div dir="ltr">Probably an elementary question, but we're relatively new at digging into the details.  We are trying to understand the following block of config code and have a question or two.  Our assumption is the t_precheck_trans() function tells us whether another packet has arrived already as a retransmission.  However, we're not clear on what the t_check_trans() is doing assuming the condition is true.  Any direction on this?<div><br></div><div>Thanks.<br><div><br></div><div><div>route[CHECK_RETRANS]</div><div>{</div><div>  # handle retransmissions</div><div>    if(t_precheck_trans()) {</div><div>        t_check_trans();</div><div>        exit;</div><div>    }</div><div>}</div></div></div><div><br></div><div><br></div><div>Joe Baran</div></div>