libp2p / docs

Documentation site for the libp2p project.
https://docs.libp2p.io/
Other
60 stars 88 forks source link

Document "Happy Eyeballs" #216

Open p-shahi opened 1 year ago

p-shahi commented 1 year ago

The first portion of Smart Dialing is introducing an approach like Happy Eyeballs. With this, a libp2p node prioritizes a peer's multiaddr list based on transports and selects the best multiaddr to dial.

Done Criteria

Why Important

We need to document and highlight the performance optimizations libp2p has specified and implemented.