]> git.ipfire.org Git - thirdparty/freeradius-server.git/commit
remove Acct-Delay-Time
authorAlan T. DeKok <aland@freeradius.org>
Mon, 12 Aug 2024 02:09:24 +0000 (22:09 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 12 Aug 2024 02:09:24 +0000 (22:09 -0400)
commite89049c75f31a0e6c42d1538cb63767e7e6e2dd9
treee670b5bb28d5ce3dcb79cf861a41d3442e36db6f
parent18e2c11cb7c7a0baced59988526f3370049791d4
remove Acct-Delay-Time

If we receive an accounting packet, add Event-Timestamp if it's
not already in the packet.

If the packet contains Acct-Delay-Time, then subtract that from
Event-Timestamp, and delete Acct-Delay-Time.

Acct-Delay-Time causes too many issues with proxying and retransmissions.
raddb/sites-available/default
src/modules/rlm_radius/rlm_radius_udp.c
src/process/radius/base.c
src/protocols/radius/attrs.h
src/protocols/radius/base.c
src/protocols/radius/radius.h