Skip to content

Change precision of tcp_hs_rtt field to microseconds

Pavel Doležal requested to merge rtt_microseconds into devel

In C-DNS the rount-trip-time field is still a microseconds integer now with improved precision.

In Parquet the tcp_hs_rtt field is now a double with milliseconds as the integer part and microseconds represented after the decimal point.

Merge request reports