You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/tsnet
Maisem Ali 42cfbf427c tsnet,wgengine/netstack: add ListenPacket and tests
This adds a new ListenPacket function on tsnet.Server
which acts mostly like `net.ListenPacket`.

Unlike `Server.Listen`, this requires listening on a
specific IP and does not automatically listen on both
V4 and V6 addresses of the Server when the IP is unspecified.

To test this, it also adds UDP support to tsdial.Dialer.UserDial
and plumbs it through the localapi. Then an associated test
to make sure the UDP functionality works from both sides.

Updates #12182

Signed-off-by: Maisem Ali <maisem@tailscale.com>
4 weeks ago
..
example tsnet: split user facing and backend logging 2 months ago
example_tshello_test.go tsnet: add examples (#8289) 12 months ago
example_tsnet_test.go tsnet: split user facing and backend logging 2 months ago
tsnet.go tsnet,wgengine/netstack: add ListenPacket and tests 4 weeks ago
tsnet_test.go tsnet,wgengine/netstack: add ListenPacket and tests 4 weeks ago