netbird/relay/doc.go

9 lines
277 B
Go
Raw Normal View History

2024-07-29 21:53:07 +02:00
//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