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-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c37026baf84eb8fc9de76536a06f11f1bcbf7a11;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 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 */