rsyslog/librelp

Relp Session: Add / Check bAutoRetry functionality

alorbach opened this issue · 0 comments

A setting bAutoRetry which controls if sessions are automatically reestablished if broken exists here:

int bAutoRetry; /**< automatically try (once) to reestablish a broken session? */

But there API functions to set the bAutoRetry feature, so it is most likely implemented but not used / tested.