From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: ai_flags in calls to getaddrinfo, broader call for reproducibility check Date: Tue, 12 Jan 2021 17:45:02 +0200 Message-ID: <83czyadurl.fsf@gnu.org> References: <83sg7mggls.fsf@gnu.org> <83czymc8nq.fsf@gnu.org> <74b7a0a9-0eb3-7944-19d2-f72424ee72d7@dasyatidae.com> <83eeirfqbo.fsf@gnu.org> <87o8hvscfi.fsf@gmail.com> <8335z7fmnz.fsf@gnu.org> <87ft374axc.fsf@gmail.com> <5cb6a0ac-9fe9-bfc2-5642-3423bd043238@dasyatidae.com> <8735z748p1.fsf@gmail.com> <87y2gz2pxf.fsf@gmail.com> <83y2gzdx4o.fsf@gnu.org> <878s8z2nmn.fsf@gmail.com> <87y2gzb2ow.fsf@gnus.org> <87y2gz18gf.fsf@gmail.com> <87o8hvayf5.fsf@gnus.org> <87pn2a1ojx.fsf@gmail.com> <87o8hu9v7a.fsf@gnus.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="818"; mail-complaints-to="usenet@ciao.gmane.io" Cc: larsi@gnus.org, emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Jan 12 16:47:22 2021 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kzLtB-000Acw-Mn for ged-emacs-devel@m.gmane-mx.org; Tue, 12 Jan 2021 16:47:21 +0100 Original-Received: from localhost ([::1]:53118 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kzLtA-0000Uw-JZ for ged-emacs-devel@m.gmane-mx.org; Tue, 12 Jan 2021 10:47:20 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:39786) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kzLqn-0007PM-8J for emacs-devel@gnu.org; Tue, 12 Jan 2021 10:44:53 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:33772) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kzLqm-0004ty-VZ; Tue, 12 Jan 2021 10:44:52 -0500 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:4434 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kzLqi-0004Fk-04; Tue, 12 Jan 2021 10:44:52 -0500 In-Reply-To: (message from Stefan Monnier on Tue, 12 Jan 2021 10:14:39 -0500) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:262989 Archived-At: > From: Stefan Monnier > Date: Tue, 12 Jan 2021 10:14:39 -0500 > Cc: emacs-devel@gnu.org > > Clearly we want this patch to make UDP work, but whether UDP works is > somewhat secondary: The worry is that the patch will introduce > a regression in other places. The modified code will affect every network connection made by Emacs, not only UDP connections.