From 74be511511d2cd423d0a4eb0123f6dc1a122265c Mon Sep 17 00:00:00 2001 From: Hamish Coleman Date: Mon, 9 Dec 2024 18:10:36 +1100 Subject: [PATCH] Update config help, since TCP mode is functioning on Windows --- src/conffile_defs.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/conffile_defs.c b/src/conffile_defs.c index fd2b564..e8a4900 100644 --- a/src/conffile_defs.c +++ b/src/conffile_defs.c @@ -131,8 +131,7 @@ static struct n3n_conf_option section_connection[] = { .desc = "Control use of TCP connections to supernode", .help = "Defaulting to false, this is used to enable the use of a " "TCP connection to the supernode. If set, the allow_p2p " - "setting should usually also be set to false. This feature " - "is not currently available on Windows edge nodes.", + "setting should usually also be set to false.", }, { .name = "description",