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=default; t=1751050774; bh=pFy9rGHtzeIAid8Tz4vUv6bhgfa0JEQ4AGBAUwxCbk8=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Transfer-Encoding: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=F7jFocWkqmn6PoCphNCUIVEzRboVtXZtTMUpu74zd7A1liQC9yjNQ3CoKH59ZDgEM X0yaENqWKjmyxfaipdb1D/omZTAFUtsoHPNZpMHF94tFUCnbYXi5NuFZtMqEO1bmd5 AP5lKWWMaBnmRW3Snsgv+YAoZaUI5Hg+g257JAqKKtIiDTJ7JXysZYDmZaD0Ec5uQ7 iPOeEsD+rjVzmyJ0SzsZf6SwfEedjfQ3e+gJ20+9bbYeamU+fVdaZcnfDzfdPa2i7u dmRLrQf9ZVVwFOGRIvTovlotnvbHkArAjFXxErfNzeCh+twlS+t8xm3k3ApGhnleQc 74UhkF3WuJHlA== Received: from biznet-home.integral.gnuweeb.org (unknown [182.253.126.214]) by server-vie001.gnuweeb.org (Postfix) with ESMTPSA id D2C1721099E7; Fri, 27 Jun 2025 18:59:33 +0000 (UTC) Date: Sat, 28 Jun 2025 01:59:30 +0700 From: Ammar Faizi To: Alviro Iskandar Setiawan Cc: Yonle , GNU/Weeb Mailing List Subject: Re: [GIT PULL] Implement getaddrinfo_a() for higher concurrency Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Bpl: hUx9VaHkTWcLO7S8CQCslj6OzqBx2hfLChRz45nPESx5VSB/xuJQVOKOB1zSXE3yc9ntP27bV1M1 List-Id: On Sat, Jun 28, 2025 at 01:58:16AM +0700, Alviro Iskandar Setiawan wrote: > On Sat, Jun 28, 2025 at 1:52 AM Ammar Faizi wrote: > > Ammar Faizi (2): > > Use `gaiaddrinfo_a()` to achieve more concurrency > > Avoid `gaiaddrinfo_a()` if resolver threads are not exhausted > > There are typos. s/gaiaddrinfo_a/getaddrinfo_a/g Ah right, I will resend with the typos fixed. -- Ammar Faizi