Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.debian.maint.python > #15850

Bug#1071486: ITP: aiohappyeyeballs -- Happy Eyeballs connection helper for asyncio

Path csiph.com!fu-berlin.de!bofh.it!news.nic.it!robomod
From Edward Betts <edward@4angle.com>
Newsgroups linux.debian.bugs.dist, linux.debian.devel, linux.debian.maint.python
Subject Bug#1071486: ITP: aiohappyeyeballs -- Happy Eyeballs connection helper for asyncio
Date Mon, 20 May 2024 06:30:01 +0200
Message-ID <IG2OR-eyxP-1@gated-at.bofh.it> (permalink)
X-Mailbox-Line From debian-bugs-dist-request@lists.debian.org Mon May 20 04:21:11 2024
Old-Return-Path <debbugs@buxtehude.debian.org>
X-Spam-Flag NO
X-Spam-Score 1.2
Reply-To Edward Betts <edward@4angle.com>, 1071486@bugs.debian.org
Resent-To debian-bugs-dist@lists.debian.org
Resent-Cc debian-devel@lists.debian.org, debian-python@lists.debian.org, wnpp@debian.org
X-Debian-Pr-Message report 1071486
X-Debian-Pr-Package wnpp
MIME-Version 1.0
Content-Type text/plain; charset=us-ascii
Content-Disposition inline
X-Debian-Message from BTS
X-Mailing-List <debian-bugs-dist@lists.debian.org> archive/latest/1838399
List-ID <debian-bugs-dist.lists.debian.org>
List-URL <https://lists.debian.org/debian-bugs-dist/>
Approved robomod@news.nic.it
Lines 31
Organization linux.* mail to news gateway
Sender robomod@news.nic.it
X-Original-Date Mon, 20 May 2024 05:18:31 +0100
X-Original-Message-ID <xmqf2i57mu7nuz65syze5lufi2szp3dfkxtcdbxmll6gjvhcuy@uzmxpokd6pir>
Xref csiph.com linux.debian.bugs.dist:1197991 linux.debian.devel:111824 linux.debian.maint.python:15850

Cross-posted to 3 groups.

Show key headers only | View raw


Package: wnpp
Severity: wishlist
Owner: Edward Betts <edward@4angle.com>
X-Debbugs-Cc: debian-devel@lists.debian.org, debian-python@lists.debian.org

* Package name    : aiohappyeyeballs
  Version         : 2.3.2
  Upstream Author : J. Nick Koston <nick@koston.org>
* URL             : https://github.com/aio-libs/aiohappyeyeballs
* License         : PSF-2.0
  Programming Lang: Python
  Description     : Happy Eyeballs connection helper for asyncio

  Implements the Happy Eyeballs algorithm for asyncio, facilitating rapid
  connection establishment by attempting both IPv4 and IPv6 connections
  simultaneously. This approach ensures that the connection is established
  quickly and efficiently, even if one protocol is slower or unavailable.
  .
  Happy Eyeballs, also known as Fast Fallback, addresses the problem of
  connectivity issues in dual-stack applications (supporting both IPv4 and
  IPv6). By attempting both protocols in parallel and preferring IPv6, it
  minimizes delays caused by IPv6 brokenness and enhances user experience
  by promptly selecting the most responsive connection.
  .
  This library is particularly useful when using DNS caching or resolving
  names through methods other than traditional DNS, such as zeroconf. It
  allows for creating connections using pre-resolved addrinfo, bypassing
  the limitations of the standard `loop.create_connection()` method which
  requires unresolved names.

I plan to maintain this package as part of the Python team.

Back to linux.debian.maint.python | Previous | Next | Find similar | Unroll thread


Thread

Bug#1071486: ITP: aiohappyeyeballs -- Happy Eyeballs connection helper for asyncio Edward Betts <edward@4angle.com> - 2024-05-20 06:30 +0200

csiph-web