> Does 'keyingtries' always supersede 'retransmit_tries' or only > when is smaller?
It doesn't. The retransmit_tries option defines the number of retransmissions in a sequence, while keyingtries defines the number of sequences. The total number of retransmissions sent is retransmission_tries * keyingtries, where each sequence uses the retransmission scheme defined with the retransmit_* options. Regards Martin _______________________________________________ Users mailing list [email protected] https://lists.strongswan.org/mailman/listinfo/users
