//! Constants used throughout the relay selector /// All the valid ports when using UDP2TCP obfuscation. pub(crate) const UDP2TCP_PORTS: [u16; 2] = [80, 5001];