Files
netbird/relay/doc.go
Zoltán Papp 5be33d668b Add doc
2024-07-29 21:53:07 +02:00

9 lines
277 B
Go

//Package relay
/*
The `relay` package contains the implementation of the Relay server and client. The Relay server can be used to relay
messages between peers on a single network channel. In this implementation the transport layer is the WebSocket
protocol.
*/
package relay