]> git.ipfire.org Git - thirdparty/freeradius-server.git/commit
remove "track_connections" configuration.
authorAlan T. DeKok <aland@freeradius.org>
Wed, 23 Apr 2025 13:43:19 +0000 (09:43 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 24 Apr 2025 15:45:55 +0000 (11:45 -0400)
commit8fcc011e115b7fb3de4f6e546c39fb414035981d
treeb7f10677e374a9e972e16e5a49dce0f1ec484d49
parent858e2c18dad074205299cba537b5d761589727e8
remove "track_connections" configuration.

TCP sockets are always connected.  UDP sockets cannot really be
connected.  Posix says that UDP packets for that dst IP/port
will always be delivered, no matter what the source port.
src/lib/server/client.c