From 4565afe29488eb347eafa966eb57885adc1050b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Sun, 28 Jul 2024 07:06:13 +0200 Subject: [PATCH] xC: expand a comment --- xC.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xC.c b/xC.c index 75cbb93..3e2a370 100644 --- a/xC.c +++ b/xC.c @@ -1,7 +1,7 @@ /* * xC.c: a terminal-based IRC client * - * Copyright (c) 2015 - 2022, Přemysl Eric Janouch + * Copyright (c) 2015 - 2024, Přemysl Eric Janouch * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted. @@ -15867,6 +15867,7 @@ relay_start (struct app_context *ctx, char *address, struct error **e) } // Just try the first one, disregarding IPv4/IPv6 ordering. + // Use 0.0.0.0 or [::] to request either one specifically. int fd = relay_listen_with_context (ctx, result, e); freeaddrinfo (result); if (fd == -1)