]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
notes on Status-Server when we bring up a TLS connection
authorAlan T. DeKok <aland@freeradius.org>
Tue, 6 Apr 2021 12:58:25 +0000 (08:58 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 6 Apr 2021 12:58:25 +0000 (08:58 -0400)
src/main/process.c

index df705e830d1766ec8e72c3245abc6ef9a10d77ad..1d49e758a17455ea3e8f00c606d18435c5e9a208 100644 (file)
@@ -5316,6 +5316,19 @@ static void event_new_fd(rad_listen_t *this)
                                        rad_panic("Failed to insert event");
                                }
                        }
+
+                       /*
+                        *      Run a callback to do any specific
+                        *      signalling on "connection up".
+                        *
+                        *      For TLS sockets and WITH_COA_TUNNEL,
+                        *      this function should be similar to
+                        *      ping_home_server(), except that it
+                        *      should send a Status-Server packet,
+                        *      with Originating-Realm-Key as a VSA.
+                        */
+//                     process_listener_up(this);
+
 #endif /* WITH_TCP */
                        break;
 #endif /* WITH_PROXY */