wgengine/magicsock: fix typo in comment

pull/733/head
Josh Bleecher Snyder 4 years ago
parent 6d14678009
commit 57e642648f

@ -2782,7 +2782,7 @@ func (c *Conn) CreateBind(uint16) (conn.Bind, uint16, error) {
// //
// The key is the public key of the peer and addrs is either: // The key is the public key of the peer and addrs is either:
// //
// 1) a comma-separated list of UDP ip:ports (the the peer doesn't have a discovery key) // 1) a comma-separated list of UDP ip:ports (the peer doesn't have a discovery key)
// 2) "<hex-discovery-key>.disco.tailscale:12345", a magic value that means the peer // 2) "<hex-discovery-key>.disco.tailscale:12345", a magic value that means the peer
// is running code that supports active discovery, so CreateEndpoint returns // is running code that supports active discovery, so CreateEndpoint returns
// a discoEndpoint. // a discoEndpoint.

Loading…
Cancel
Save