From: Alan T. DeKok Date: Tue, 6 Apr 2021 12:58:25 +0000 (-0400) Subject: notes on Status-Server when we bring up a TLS connection X-Git-Tag: release_3_0_24~127 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73103e4e6cbac2885f102ea7c8ef8fcfb900c3a3;p=thirdparty%2Ffreeradius-server.git notes on Status-Server when we bring up a TLS connection --- diff --git a/src/main/process.c b/src/main/process.c index 03f066891b1..278212ef0f0 100644 --- a/src/main/process.c +++ b/src/main/process.c @@ -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 */