From c37026baf84eb8fc9de76536a06f11f1bcbf7a11 Mon Sep 17 00:00:00 2001 From: "Alan T. DeKok" Date: Tue, 6 Apr 2021 08:58:25 -0400 Subject: [PATCH] notes on Status-Server when we bring up a TLS connection --- src/main/process.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/main/process.c b/src/main/process.c index df705e830d..1d49e758a1 100644 --- a/src/main/process.c +++ b/src/main/process.c @@ -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 */ -- 2.47.2