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/wgengine/tstun
Denton Gentry 8578b0445d tstun: add test to send a packet after Close()
This test serves two purposes:
+ check that Write() returns an error if the tstun has been
  closed.
+ ensure that the close-related code in tstun is exercised in
  a test case. We were getting spurious code coverage adds/drops
  based on timing of when the test case finished.

Signed-off-by: Denton Gentry <dgentry@tailscale.com>
3 years ago
..
faketun.go wgengine/tstun/faketun: it's a null tunnel, not a loopback. 4 years ago
tun.go net/packet, wgengine, tstun: add inter-node TSMP protocol for connect errors 3 years ago
tun_test.go tstun: add test to send a packet after Close() 3 years ago
tun_windows.go wgengine/tstun: initialize wireguard-go TUN parameters 4 years ago