Radiator Server Documentation — v10.34.0
Table of Contents
timeout
Sets the duplicate-cache lifetime for in-flight UDP requests and completed responses.
duplicate_cache {
timeout 10s;
}
The value is a duration. Default: 10s.
Radiator starts the lifetime when it accepts a valid request. A completed response restarts the lifetime. During this period, Radiator suppresses an in-flight retransmission or sends the cached response without running AAA processing again.
Set the value to 0s to disable UDP duplicate caching for the listener.
Table of Contents
Navigation