]> 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>
Thu, 22 Jul 2021 13:55:25 +0000 (09:55 -0400)
src/main/process.c

index 03f066891b1b9ed256a1e20d132fb1a933d56b77..278212ef0f0ca351408700e2f07316198af98373 100644 (file)
@@ -5331,6 +5331,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 */