We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5f1770 commit 8b202d8Copy full SHA for 8b202d8
intra/ipn/wgproxy.go
@@ -1123,6 +1123,9 @@ func (tun *wgtun) Close() error {
1123
// TODO: use wgtun as a receiver for Stats()
1124
// Never returns nil.
1125
func (w *wgproxy) Stat() (out *x.RouterStats) {
1126
+ log.VV("proxy: wg: %s stats: start", w.tag())
1127
+ defer log.VV("proxy: wg: %s stats: end", w.tag())
1128
+
1129
out = new(x.RouterStats)
1130
1131
out.Addrs = w.ifaddrs() // may be empty
0 commit comments