From debbugs-submit-bounces@debbugs.gnu.org Tue Dec 21 14:40:44 2021 Received: (at 52520-done) by debbugs.gnu.org; 21 Dec 2021 19:40:44 +0000 Received: from localhost ([127.0.0.1]:55721 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mzl08-0007F5-7B for submit@debbugs.gnu.org; Tue, 21 Dec 2021 14:40:44 -0500 Received: from eggs.gnu.org ([209.51.188.92]:36108) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mzl04-0007Er-Cx for 52520-done@debbugs.gnu.org; Tue, 21 Dec 2021 14:40:42 -0500 Received: from [2001:470:142:3::e] (port=35140 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mzkzw-0004eT-T8; Tue, 21 Dec 2021 14:40:34 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=MlQA9lJtPoJDwIwxLTMyzEsVt8UCNuzTzghDjJeXs6c=; b=Ctlw4Jl3oNEj9NsZSFi5 gF+x037NSz9yrpAb0OiGGZFEQzv/jnVMN6UqZjZztpXV5j2oqouV45XpRj3i+8MH/Y7y3SY0a42ip HN2ymRLrMyCJdzmnLLOfSSxptu0Dr3yrcO3gchG0O3yKeHWj3NqMgU3h0fBzsJTiZEPskdpWNDlSn rusDAFhcGFAdAA56htLBlNvHlNzebMzAdeEwVjl0eewNUBVuhqq/ifnxUE7C6gQsNOOpCdhEmtil4 yjYsyxfXd9a961QfmqxguF3RsHhlYHlcb92lmyo9coCxCn47hFK3xONAZ4In6V3wcCyHbAdOZanbr 58vH87mI4aLYCg==; Received: from [2a01:cb18:832e:5f00:3563:417e:2a38:86d8] (port=49212 helo=meije) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mzkzv-0005bS-NL; Tue, 21 Dec 2021 14:40:33 -0500 From: Mathieu Othacehe To: Ludovic =?utf-8?Q?Court=C3=A8s?= Subject: Re: bug#52520: Multicast is off by default References: <8735mt64pl.fsf@gnu.org> <87czlvqn3b.fsf@gnu.org> <87sfuovomi.fsf@gnu.org> <87h7b3jt8i.fsf@gnu.org> <87ilvjkz8u.fsf@gnu.org> <874k73ezbb.fsf@gnu.org> Date: Tue, 21 Dec 2021 20:40:29 +0100 In-Reply-To: <874k73ezbb.fsf@gnu.org> ("Ludovic =?utf-8?Q?Court=C3=A8s=22'?= =?utf-8?Q?s?= message of "Mon, 20 Dec 2021 22:33:44 +0100") Message-ID: <87ilvhbvbm.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 52520-done Cc: Julien Lepiller , 52520-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hey, > BTW, for the purposes of fixing the bug you initially reported, I > suggest simply adding #:multicast-on #t as you initially proposed. > We discuss the proper API separately. Done with: d2f9578a9f1249dfecb0a6b4cd06fd9641fcd1a9. Thanks, Mathieu