Merge branch 'happy-eyeballs-comment' into 'main'

tor-chanmgr: Fix happy eyeballs comment grammar in builder.rs

See merge request tpo/core/arti!197
This commit is contained in:
Nick Mathewson 2021-12-14 19:18:23 +00:00
commit c75fc76c38
1 changed files with 3 additions and 3 deletions

View File

@ -62,9 +62,9 @@ impl<R: Runtime> ChanBuilder<R> {
// 1. Negotiate the TLS connection.
// TODO: This just uses the first address. Instead we could be smarter,
// or use "happy eyeballs, or whatever. Maybe we will want to
// refactor as we do so?
// TODO: This just uses the first address. Instead we could be
// smarter, or use "happy eyeballs", or whatever. Maybe we will
// want to refactor as we do so?
let addr = target
.addrs()
.get(0)