# Constants
MaxConnectionCountsCBORSize is the maximum size of a ConnectionCounts when it is serialized as CBOR.
MaxConnectionCountsJSONSize is the maximum size of a ConnectionCounts when it is serialized as JSON, assuming no superfluous whitespace.
MaxMessageJSONSize is the overhead size of Message when it is serialized as JSON assuming that each traffic map is populated.
# Structs
Connection is a 5-tuple of proto, source and destination IP and port.
ConnectionCounts is a flattened struct of both a connection and counts.
Counts are statistics about a particular connection.
Message is the log message that captures network traffic.