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=1754464144; bh=L2YbBUxjCmGw8n07kxJCeqqKRFNp0uffpa+yXy68wp0=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References: MIME-Version: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=drrPfTIPRSnVWwVaavuBebXLzbfiIUZRJZLgDjAWH81y3y5rcherpw3djwy3gprtq 8zNOQvJDa//lWjlTvTID0P28lcB3RWlboTEms2Hh4xKep9ohBf+wVlpQugfw6givEU Vm9i8T0cYk/n8p60TiuBGcx6nFuUGtw5yMeNClUiP2Yyr/8Q1fDoNdU7uhEU640r7s 7zzy7VHgwcja6dmzjvoTXNT9ygWKwNx7aMwxn1zzeoGEQp6hp6C8SpXrXEfOfwG5WL pu9LUToiTi9HICrRKOm2VgVZb2lye02qzGN0T5idv6jPyJHdzlgUfLiWlXAIeuwNWS ehT0i9GHBaN9w== Received: from integral2.. (unknown [182.253.126.229]) by server-vie001.gnuweeb.org (Postfix) with ESMTPSA id 276023127C3D; Wed, 6 Aug 2025 07:09:02 +0000 (UTC) From: Ammar Faizi To: Ahmad Gani Cc: Ammar Faizi , Alviro Iskandar Setiawan , GNU/Weeb Mailing List Subject: Re: (subset) [PATCH gwproxy v4 0/6] Initial work for DNS lookup implementation Date: Wed, 6 Aug 2025 14:08:59 +0700 Message-Id: <175446408518.203970.3481545104029716038@gnuweeb.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20250806035727.216702-1-reyuki@gnuweeb.org> References: <20250806035727.216702-1-reyuki@gnuweeb.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit List-Id: On Wed, 6 Aug 2025 10:57:18 +0700, Ahmad Gani wrote: > This is revision v4 of initial work of dns lookup feature, The patches > aren't final, but it's enough to get a grasp of what the interface looks > like. I've provided a temporary entry point main function to test it and > uses epoll to make it asynchronous. > > There are 6 patches in this series: > - create net.h and net.c for network related functionality and struct > - add default_port parameter to convert_str_to_ssaddr function > - allow only port string number in service parameter of gwp_dns_queue > - initial work for implementation of C-ares-like getaddrinfo function > - make gw_ares_getaddrinfo function asynchronous > - transaction id creation is delegated to caller > > [...] Applied, thanks! [1/6] dnslookup: Split common functionality and struct into net.h and net.c commit: 70b88aa9a05411f52418a71240ad4a050e91bcd0 [2/6] dnslookup: Add a new parameter default_port commit: e6bd4242be57a8a7356f37f7137a907822d58cc4 Best regards, -- Ammar Faizi