wgengine/magicsock: fix sendUDPStd docs (#13490)

Updates #cleanup

Signed-off-by: Jordan Whited <jordan@tailscale.com>
pull/13496/head
Jordan Whited 4 days ago committed by GitHub
parent 4084c6186d
commit 5f4a4c6744
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1187,7 +1187,7 @@ func (c *Conn) sendUDPNetcheck(b []byte, addr netip.AddrPort) (int, error) {
}
}
// sendUDP sends UDP packet b to addr.
// sendUDPStd sends UDP packet b to addr.
// See sendAddr's docs on the return value meanings.
func (c *Conn) sendUDPStd(addr netip.AddrPort, b []byte) (sent bool, err error) {
if c.onlyTCP443.Load() {

Loading…
Cancel
Save