Re: [SR-Users] auth module README t_newtran() issue

2010-10-07 Thread Andrei Pelinescu-Onciul
On Oct 07, 2010 at 15:22, Juha Heinanen wrote: > in auth module readme, there is this kind of example code in > section 1.3.3. nonce_count: > > # go stateful and catch retransmissions > if (!t_newtran()) > drop; # retransmission > > based on tm source comment, the

[SR-Users] auth module README t_newtran() issue

2010-10-07 Thread Juha Heinanen
in auth module readme, there is this kind of example code in section 1.3.3. nonce_count: # go stateful and catch retransmissions if (!t_newtran()) drop; # retransmission based on tm source comment, the #retransmission comment is not correct: /** if no transaction