1 unstable release
new 0.1.5 | Jan 29, 2025 |
---|
#14 in #relay-server
122 downloads per month
Used in proto-tower
2KB
Proto-TURN
Sometimes, NAT does not allow direct communication between two peers. In such cases, a relay server is needed to relay the data between the peers. TURN is a protocol that allows the peers to communicate through a relay server.
https://www.rfc-editor.org/rfc/rfc8656.html
Adding dependency to project
[dependencies]
proto-turn = { git = "https://github.com/rapidrecast/proto-tower.git", subdir = "proto-turn" }