From 590546b17db751ac8b0b06dbbe0bede9edb3993e Mon Sep 17 00:00:00 2001 From: Jordan Whited Date: Tue, 24 Mar 2026 10:48:24 -0700 Subject: [PATCH] disco: remove experimental label from BindUDPRelayHandshakeState Updates #cleanup Signed-off-by: Jordan Whited --- disco/disco.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/disco/disco.go b/disco/disco.go index 8f667b262..19a172412 100644 --- a/disco/disco.go +++ b/disco/disco.go @@ -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 (