From 1289345ad89e0d1a038d8829c0b14023a77df264 Mon Sep 17 00:00:00 2001 From: "Alan T. DeKok" Date: Thu, 12 Oct 2023 10:11:13 -0400 Subject: [PATCH] document "retransmit=no" --- raddb/sites-available/detail | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/raddb/sites-available/detail b/raddb/sites-available/detail index 68b6852af445..64de17ddede3 100644 --- a/raddb/sites-available/detail +++ b/raddb/sites-available/detail @@ -171,6 +171,12 @@ server detail { # Whether or not the detail.work file reader # retransmits packets which have failed. # + # If this configuration item is set to `no`, then + # the reader will ignore any failures, and will + # go to the next entry as soon as the current + # entry is finished, even if it failed to process + # that entry. + # # default = yes # retransmit = yes