Searched defs:LoggedGenericPacketSent (Results 1 – 1 of 1) sorted by relevance
595 struct LoggedGenericPacketSent { struct597 LoggedGenericPacketSent(int64_t timestamp_us, in LoggedGenericPacketSent() argument608 int64_t log_time_us() const { return timestamp_us; } in log_time_us()609 int64_t log_time_ms() const { return timestamp_us / 1000; } in log_time_ms()611 size_t packet_length() const { in packet_length()614 int64_t timestamp_us;615 int64_t packet_number;616 size_t overhead_length;617 size_t payload_length;618 size_t padding_length;