]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Top level timeout sections are going away rework retry-timeout
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 5 May 2025 23:17:59 +0000 (17:17 -0600)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 6 May 2025 17:56:03 +0000 (11:56 -0600)
src/tests/keywords/retry-timeout
src/tests/keywords/retry-timeout.attrs

index 0278b118e63e0c1d3bc4d5e4e860ed573f4eda7f..7e851c37334a1156a1dabaf81d332fd8bb8a8bee 100644 (file)
@@ -7,14 +7,15 @@
 #
 
 #
-#  The timeouts here are LONGER than the main "timeout" section.
+#  The timeouts here are LONGER than the "timeout" section.
 #
-test.retry {
-       retry {
-               initial_rtx_time = 2
-               max_rtx_duration = 3
-               max_rtx_count = 2
-               max_rtx_duration = 5
+timeout 0.2s {
+       test.retry {
+               retry {
+                       initial_rtx_time = 0.1s
+                       max_rtx_duration = 3
+                       max_rtx_count = 2
+                       max_rtx_duration = 5
+               }
        }
 }
-
index 0930c174c9114f5f989499ebcaf28ff30b2208c2..9021021accc908d1be3edf8f3659701d2388aece 100644 (file)
@@ -8,4 +8,4 @@ User-Password = "hello"
 #
 #  Expected answer - no answer!
 #
-Packet-Type == 0
+Packet-Type == ::Do-Not-Respond