mirror of
https://github.com/tailscale/tailscale.git
synced 2025-02-18 02:48:40 +00:00
wgengine/magicsock: add docstring.
Signed-off-by: David Anderson <danderson@tailscale.com>
This commit is contained in:
parent
9265296b33
commit
b62341d308
@ -766,6 +766,10 @@ func newPinger(t *testing.T, logf logger.Logf, src, dst *magicStack) (cleanup fu
|
|||||||
return cleanup
|
return cleanup
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// testActiveDiscovery verifies that two magicStacks tied to the given
|
||||||
|
// devices can establish a direct p2p connection with each other. See
|
||||||
|
// TestActiveDiscovery for the various configurations of devices that
|
||||||
|
// get exercised.
|
||||||
func testActiveDiscovery(t *testing.T, d *devices) {
|
func testActiveDiscovery(t *testing.T, d *devices) {
|
||||||
tstest.PanicOnLog()
|
tstest.PanicOnLog()
|
||||||
rc := tstest.NewResourceCheck()
|
rc := tstest.NewResourceCheck()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user