From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server-vie001.gnuweeb.org X-Spam-Level: X-Spam-Status: No, score=-1.2 required=5.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,URIBL_ZEN_BLOCKED_OPENDNS autolearn=ham autolearn_force=no version=3.4.6 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=new2025; t=1755892367; bh=OXexsG8vQj/CVD1uC/nz/jLft5IPW1sKnXm+EZ5gPVc=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:In-Reply-To:Message-ID:Date:From:Reply-To:Subject:To: Cc:In-Reply-To:References:Resent-Date:Resent-From:Resent-To: Resent-Cc:User-Agent:Content-Type:Content-Transfer-Encoding; b=a5pYG+887KJeFi7Z3Y95MLDuY0qy6DtP7vy0OYDtXMHm2mJE7Y3TjD0C0upts1PXB 2OCKODJemg4qtcg9kE0nqeWdyrJI6iHLuXS5yferGTm/BI9Do8/k1OjlQrd7pYA4oi DxDgy/CJeWjk5ZsxCU/8l24cgIpsU+buDUfNaRoiQLxRw1ur6+T6vX0esYK5Nm4zIK nK0VtmHlysdk9ISF6kQJMDZKafJJG2NwBz1HCfHBxa4/cGn5JIWZpaElxxi9y6ZlCe J1xGPKm/uwhEsnMM4/Ia2ZTkiq/nCrR7wIEoSwALOH3b/ik/Nd9m60LbzI5+fZtv5u 9Wdp3R6VXbjFQ== Received: from linux.gnuweeb.org (unknown [103.216.223.55]) by server-vie001.gnuweeb.org (Postfix) with ESMTPSA id 81FD53127F6B; Fri, 22 Aug 2025 19:52:46 +0000 (UTC) Date: Sat, 23 Aug 2025 02:52:42 +0700 From: Ammar Faizi To: Alviro Iskandar Setiawan Cc: Ahmad Gani , GNU/Weeb Mailing List Subject: Re: [PATCH gwproxy v5 2/2] dnsparser: Add dns parser code Message-ID: <20250822195242.GA3236201-ammarfaizi2@gnuweeb.org> References: <20250814044658.252579-1-reyuki@gnuweeb.org> <20250814044658.252579-3-reyuki@gnuweeb.org> <20250816160303.GA144043-ammarfaizi2@gnuweeb.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Gw-Outgoing-Server-Hash: 01afd303c8b96d0c1d5e80aa96a4ee40ec69888f786fa24107c0862c0644af79 X-Gw-Message-ID: 9b7232e533136ac5c4e26cd1bdc068aa7f8c9dd7f155e607a0a802843ccb058a X-Gw-PM-Hash: f418275dd04b704d32e8c34aa85c150a5c2a1a23767c111455647d1f43770bca List-Id: On Sat, Aug 23, 2025 at 02:09:34AM +0700, Alviro Iskandar Setiawan wrote: > (( The Jackson Hole's speech was very dovish, congrats if you went long ;-) )) Lol. No need to bring the portofolio discussion to this thread. Ahmad won't care about it anyway. > My suggestion would be to create a new option in the configure file to > select what resolver type to be used. Let's mark this new feature as > experimental and keep the old feature for now. If your feature has > become stable enough, we can move forward abandoning getaddrinfo_a() > entirely. Agree with your idea. The same with io_uring feature in gwproxy. I assume the io_uring feature is still experimental and it is not enabled by default. We will probably never delete epoll code, forever. But the old DNS code may be deleted later if this one goes well. -- Ammar Faizi