]> git.ipfire.org Git - thirdparty/freeradius-server.git/commit
Track TLS sockets in the home server.
authorAlan T. DeKok <aland@freeradius.org>
Thu, 20 Oct 2022 16:08:27 +0000 (12:08 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 20 Oct 2022 17:47:32 +0000 (13:47 -0400)
commita2c5bc5acc73f524374d3a7f2859d127af6a8abf
tree696c513807c2250dc531576ff40ab0a094a2e3b6
parent0e7c1163e1c3d6220cbebd4d8f98a5c56fccda72
Track TLS sockets in the home server.

So that when the home server is marked dead, we can clean up
any blocked sockets.

We don't yet have a timer to clean up blocked sockets when the
home server is still alive.
src/include/realms.h
src/main/listen.c
src/main/process.c
src/main/realms.c