Browse Source
On some platforms, `msg.Attributes.Stats64` is `nil` because the kernel doesn't expose 64-bit stats. In that case, return `msg.Attributes.Stats` instead, which are the 32-bit equivalent. Note that `RXOtherhostDropped` isn't available in that case, so we hardcode it to zero. Fixes #2756. Signed-off-by: Benoît Knecht <bknecht@protonmail.ch>pull/2762/head
Benoît Knecht
1 year ago
committed by
GitHub
1 changed files with 39 additions and 0 deletions
Loading…
Reference in new issue