From: Alan T. DeKok Date: Mon, 16 Apr 2018 19:53:08 +0000 (-0400) Subject: notes on low priority of detail file reading X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=19ada72518e2f34c6acb4772e22c4e201d5c9393;p=thirdparty%2Ffreeradius-server.git notes on low priority of detail file reading --- diff --git a/raddb/sites-available/detail b/raddb/sites-available/detail index 135dcd1b703..e0d72bd0342 100644 --- a/raddb/sites-available/detail +++ b/raddb/sites-available/detail @@ -47,7 +47,17 @@ virtual_server detail { # soon as it gets a response to that entry, the # listener reads a second entry. # - # + # Packets from the detail listener are low priority, + # so they are procesed only when there is nothing + # else to do. i.e. if the server receives many + # Access-Request or Accounting-Request packets from + # the network, they will be processed *before* any + # packets from the detail file. + # + # This behavior ensures that the detail file is read + # as fast as possible. At the same time, it ensures + # that the detail file does not affect higher + # priority packets from the network. # #