From 077710c150b6c762ffe408e0ad418c506a2d6f31 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Wed, 31 Jul 2024 23:08:26 +0200 Subject: [PATCH] docs: add link to Happy Eyeballs explanation (#73) --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dc47cec..a4d6ac1 100644 --- a/README.md +++ b/README.md @@ -38,11 +38,15 @@ --- -Happy Eyeballs +[Happy Eyeballs](https://en.wikipedia.org/wiki/Happy_Eyeballs) +([RFC 8305](https://www.rfc-editor.org/rfc/rfc8305.html)) ## Use case -This library exists to allow connecting with Happy Eyeballs when you +This library exists to allow connecting with +[Happy Eyeballs](https://en.wikipedia.org/wiki/Happy_Eyeballs) +([RFC 8305](https://www.rfc-editor.org/rfc/rfc8305.html)) +when you already have a list of addrinfo and not a DNS name. The stdlib version of `loop.create_connection()`