Skip to content

Commit

Permalink
docs: add link to Happy Eyeballs explanation (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
hartwork authored Jul 31, 2024
1 parent d69d8e0 commit 077710c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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()`
Expand Down

0 comments on commit 077710c

Please sign in to comment.