mirror of
https://github.com/tailscale/tailscale.git
synced 2025-08-22 19:09:58 +00:00
wgengine/magicsock: fix sendUDPStd docs (#13490)
Updates #cleanup Signed-off-by: Jordan Whited <jordan@tailscale.com>
This commit is contained in:
@@ -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() {
|
||||
|
Reference in New Issue
Block a user