Skip to content

Commit

Permalink
remove repetitive words
Browse files Browse the repository at this point in the history
  • Loading branch information
nidhijaju committed Nov 4, 2023
1 parent 5c666a8 commit 1000af8
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions draft-pauly-v6ops-happy-eyeballs-v3.md
Original file line number Diff line number Diff line change
Expand Up @@ -288,17 +288,17 @@ endpoint from the same protocol and other address family, and then an
endpoint from the other protocol and other address family. For example,
if the first address in the sorted list is a QUIC IPv6 address, then
the first TCP IPv6 address should be moved up in the list to be second
in the list, then the first QUIC IPv4 address should be moved up
in the list to be third in the list, and then the first TCP IPv4
address should be moved up in the list to be fourth in the list. An
implementation MAY choose to favor one protocol or address family more
by allowing multiple addresses of that protocol or family to be
attempted before trying the other combinations. The number of contiguous
addresses of the first combination of properties will be referred to as
the "Preferred Protocol Combination Count" and can be a configurable
value. This avoids waiting through a long list of addresses from a given
address family using a given protocol if connectivity over a protocol
or an address family is impaired.
in the list, then the first QUIC IPv4 address should be moved up to be
third in the list, and then the first TCP IPv4 address should be moved
up to be fourth in the list. An implementation MAY choose to favor one
protocol or address family more by allowing multiple addresses of that
protocol or family to be attempted before trying the other combinations.
The number of contiguous addresses of the first combination of
properties will be referred to as the "Preferred Protocol Combination
Count" and can be a configurable value. This avoids waiting through a
long list of addresses from a given address family using a given
protocol if connectivity over a protocol or an address family is
impaired.

Note that the address selection described in this section only
applies to destination addresses; Source Address Selection
Expand Down

0 comments on commit 1000af8

Please sign in to comment.