This website requires JavaScript.
Explore
Help
Sign In
TheArchive
/
tailscale
Watch
1
Star
0
Fork
0
You've already forked tailscale
mirror of
https://github.com/tailscale/tailscale.git
synced
2024-11-25 19:15:34 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
f4f8ed98d9
tailscale
/
go.toolchain.rev
2 lines
41 B
Plaintext
Raw
Normal View
History
Unescape
Escape
sockstats: add validation for TCP socket stats We can use the TCP_CONNECTION_INFO getsockopt() on Darwin to get OS-collected tx/rx bytes for TCP sockets. Since this API is not available for UDP sockets (or on Linux/Android), we can't rely on it for actual stats gathering. However, we can use it to validate the stats that we collect ourselves using read/write hooks, so that we can be more confident in them. We do need additional hooks from the Go standard library (added in tailscale/go#59) to be able to collect them. Updates tailscale/corp#9230 Updates #3363 Signed-off-by: Mihai Parparita <mihai@tailscale.com>
2023-03-08 00:29:41 +00:00
db4dc9046c93dde2c0e534ca7d529bd690ad09c9
Reference in New Issue
Copy Permalink