mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-29 04:55:31 +00:00
wgengine/magicsock: fix stats packet counter on derp egress
Updates tailscale/corp#22075 Signed-off-by: Anton Tolchanov <anton@tailscale.com>
This commit is contained in:
parent
94fa6d97c5
commit
11e96760ff
@ -991,7 +991,7 @@ func (de *endpoint) send(buffs [][]byte) error {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if stats := de.c.stats.Load(); stats != nil {
|
if stats := de.c.stats.Load(); stats != nil {
|
||||||
stats.UpdateTxPhysical(de.nodeAddr, derpAddr, 1, txBytes)
|
stats.UpdateTxPhysical(de.nodeAddr, derpAddr, len(buffs), txBytes)
|
||||||
}
|
}
|
||||||
if allOk {
|
if allOk {
|
||||||
return nil
|
return nil
|
||||||
|
Loading…
Reference in New Issue
Block a user