From 7f37cf8cc0ba314ea48d9981bb433d63aa79b05c Mon Sep 17 00:00:00 2001 From: Frederic Lecaille Date: Wed, 8 Jul 2026 17:19:31 +0200 Subject: [PATCH] MINOR: haterm: add note about QUIC usage on SSL port Update the usage message to clarify that QUIC is automatically enabled on the SSL port when supported by the build. Should be backported to 3.4. --- src/haterm_init.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/haterm_init.c b/src/haterm_init.c index c0a76494b..49cc163b7 100644 --- a/src/haterm_init.c +++ b/src/haterm_init.c @@ -34,6 +34,7 @@ static void haterm_usage(char *name) " --" QUIC_BIND_LONG_OPT " : append options to QUIC \"bind\" lines\n" #endif " --" TCP_BIND_LONG_OPT " : append options to TCP \"bind\" lines\n" + "Note: QUIC is automatically enabled on the SSL port if built in.\n" , name); exit(1); } -- 2.47.3