mirror of
https://github.com/tailscale/tailscale.git
synced 2026-03-25 09:42:39 -04:00
disco: remove experimental label from BindUDPRelayHandshakeState
Updates #cleanup Signed-off-by: Jordan Whited <jordan@tailscale.com>
This commit is contained in:
committed by
Jordan Whited
parent
f0ba1f3909
commit
590546b17d
@@ -307,8 +307,7 @@ func MessageSummary(m Message) string {
|
||||
// BindUDPRelayHandshakeState represents the state of the 3-way bind handshake
|
||||
// between UDP relay client and UDP relay server. Its potential values include
|
||||
// those for both participants, UDP relay client and UDP relay server. A UDP
|
||||
// relay server implementation can be found in net/udprelay. This is currently
|
||||
// considered experimental.
|
||||
// relay server implementation can be found in net/udprelay.
|
||||
type BindUDPRelayHandshakeState int
|
||||
|
||||
const (
|
||||
|
||||
Reference in New Issue
Block a user