pub type RelayedAddr = SocketAddr;Expand description
The public address the TURN server allocated on this client’s behalf.
Peers send here; the server forwards to the client.
Aliased Type§
pub enum RelayedAddr {
V4(SocketAddrV4),
V6(SocketAddrV6),
}