mirror of
https://git.zx2c4.com/wireguard-go
synced 2026-06-09 19:22:33 +00:00
cda9f6e73a
Per-peer statistics are the sort of thing clients refresh very frequently, for UIs. They are available via UAPI, but the serialization and deserialization is quite heavy for frequent use. This commit adds a very cheap, direct means of retrieving peer stats. Signed-off-by: Josh Bleecher Snyder <josh@tailscale.com>