You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Conntrack doesn't include L3 header size. Comparing with container_network_transmit_bytes_total egressd reports little less bytes.
For ipv4 we can sum header size as fixed 20 bytes * packets_count. While header can be up to 40 bytes this is not a big issue (right now) for reporting.
The text was updated successfully, but these errors were encountered:
Conntrack doesn't include L3 header size. Comparing with container_network_transmit_bytes_total egressd reports little less bytes.
For ipv4 we can sum header size as fixed 20 bytes * packets_count. While header can be up to 40 bytes this is not a big issue (right now) for reporting.
The text was updated successfully, but these errors were encountered: