Skip to content

Commit

Permalink
Update docs for RelaySelector
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusPettersson98 committed Mar 15, 2024
1 parent 3e3f0f5 commit 734ea29
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mullvad-relay-selector/src/relay_selector/matcher.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ use talpid_types::net::{IpVersion, TransportProtocol, TunnelType};

use super::query::{OpenVpnRelayQuery, RelayQuery, WireguardRelayQuery};

/// The relay matcher decomposes a [`RelayQuery`] and exposes functions for filtering a set of relays
/// to a subset which match the original query.
pub struct RelayMatcher<T: EndpointMatcher> {
/// Locations allowed to be picked from. In the case of custom lists this may be multiple
/// locations. In normal circumstances this contains only 1 location.
Expand Down

0 comments on commit 734ea29

Please sign in to comment.