tailscale/prober
Percy Wegmann 2729942638 prober: fix nil pointer access in tcp-in-tcp probes
If unable to accept a connection from the bandwidth probe listener,
return from the goroutine immediately since the accepted connection
will be nil.

Updates tailscale/corp#25958

Signed-off-by: Percy Wegmann <percy@tailscale.com>
2025-01-21 12:44:56 -06:00
..
derp.go prober: fix nil pointer access in tcp-in-tcp probes 2025-01-21 12:44:56 -06:00
derp_test.go prober: support filtering regions by region ID in addition to code 2025-01-10 12:33:19 -06:00
dns.go
dns_example_test.go
dns_test.go
histogram.go prober: make histogram buckets cumulative 2024-12-20 10:28:37 -06:00
histogram_test.go prober: make histogram buckets cumulative 2024-12-20 10:28:37 -06:00
http.go
prober.go cmd/derpprobe,prober: add ability to perform continuous queuing delay measurements against DERP servers 2024-12-19 10:45:56 -06:00
prober_test.go cmd/derpprobe,prober: add ability to perform continuous queuing delay measurements against DERP servers 2024-12-19 10:45:56 -06:00
status.go cmd/derpprobe,prober: add ability to perform continuous queuing delay measurements against DERP servers 2024-12-19 10:45:56 -06:00
status.html cmd/derpprobe,prober: add ability to perform continuous queuing delay measurements against DERP servers 2024-12-19 10:45:56 -06:00
tcp.go
tls.go
tls_test.go
tun_darwin.go prober: perform DERP bandwidth probes over TUN device to mimic real client 2024-12-13 15:50:47 -06:00
tun_default.go prober: perform DERP bandwidth probes over TUN device to mimic real client 2024-12-13 15:50:47 -06:00
tun_linux.go prober: perform DERP bandwidth probes over TUN device to mimic real client 2024-12-13 15:50:47 -06:00