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_DBL_BLOCKED_OPENDNS, 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=1755911265; bh=f1njOWsepmP+q2BvXr3JKt/nDmhlNdH7Z8ImTdHZLw0=; h=MIME-Version:References:In-Reply-To:From:Date:Message-ID:Subject: To:Cc:Content-Type:Content-Transfer-Encoding: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=LwhL0PgZgJI5hlkkkIualfaI32Hd2jk3+qgJ/2MtbfRXikda3jiRndDaEXlL8Meyg Ncq960Fka8o7PaP/C18RYK/gDKSMYAe+mo5rQVNf7fYd2wDKP1UsCRGbgVEsf/Cs85 CpJwtMZj/Gm6bJwTop5q65Ys4ipEqNc2q+kdog5X3c+x0aReVDD9NMewTHinu1C+S+ 1Ij1TFjbC8YB9cyxGc/khyEL2n9VItVbNO06PqUaGQFozjCZDBahjVMhH/mAe1CW0f CagbQY0wtTdBmCHwHBdnkJWc3uU+ftBzaj6TqYlSNlIC7E327OVwYbBH0DQ5v4RjrT zGHnPGcpk7dFg== Received: from mail-lj1-f180.google.com (mail-lj1-f180.google.com [209.85.208.180]) by server-vie001.gnuweeb.org (Postfix) with ESMTPSA id 3FFF23127F9C for ; Sat, 23 Aug 2025 01:07:45 +0000 (UTC) Received: by mail-lj1-f180.google.com with SMTP id 38308e7fff4ca-3354b208871so19506471fa.1 for ; Fri, 22 Aug 2025 18:07:45 -0700 (PDT) X-Forwarded-Encrypted: i=1; AJvYcCUvy6HtFVM0hrZdB7PTiFzlSXSdsrszFVP6SLxTifRzPWd+REvFoE0w4xokVSe03ZXdrOnh@vger.gnuweeb.org X-Gm-Message-State: AOJu0Yylr51zmf9eJ6WDGD8y+wXRCPC3gjilUjxY4k1j/mrxCcuu9Wj3 r/XFj1pskEN6W862dWaCQOzi/CVyjU09oUuk62aD6SWyLHi0hxJpMvw/Rvx79ANXzLKeU2/UDL+ 7ybNb7jdl7lHsjXdk4tstJ1TJgz+hbIQ= X-Google-Smtp-Source: AGHT+IHZIkOf4XcDog0xhHmojIMuDN6MXqvjArAxu1QxF/SLh93Q365QvXuCPiLB1s0oG1Rm3tnLr59p+rqlaMOPIZg= X-Received: by 2002:a05:651c:f11:b0:32c:ef7a:cbd7 with SMTP id 38308e7fff4ca-33650fab0cdmr12674561fa.36.1755911264637; Fri, 22 Aug 2025 18:07:44 -0700 (PDT) MIME-Version: 1.0 References: <20250814044658.252579-1-reyuki@gnuweeb.org> <20250814044658.252579-3-reyuki@gnuweeb.org> <20250816160303.GA144043-ammarfaizi2@gnuweeb.org> <20250822195242.GA3236201-ammarfaizi2@gnuweeb.org> In-Reply-To: <20250822195242.GA3236201-ammarfaizi2@gnuweeb.org> From: Ahmad Gani Date: Sat, 23 Aug 2025 08:07:08 +0700 X-Gmail-Original-Message-ID: X-Gm-Features: Ac12FXwvxIu7w4Rxf9rN2h9yx-6C8reHNOqJ72kUCH75GYvyF-Ya2zoOPSzJfqA Message-ID: Subject: Re: [PATCH gwproxy v5 2/2] dnsparser: Add dns parser code To: Ammar Faizi Cc: Alviro Iskandar Setiawan , "GNU/Weeb Mailing List" Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable List-Id: On Sat, Aug 23, 2025 at 2:52=E2=80=AFAM Ammar Faizi wrote: > 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. Yeah, I might be interested if I were rich and have a truckload of money :-= ) > > 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. I think it should be fine to have old DNS code removed if the raw DNS resolver feature is only applied when it's completed and tested. You can still keep the old DNS feature in the master branch that is meant to be stable (?) -- Ahmad Gani