Skip to content

TCP RTT export

Pavel Doležal requested to merge feature/tcp_rtt into devel

Add value for Round Trip Time (RTT) of TCP connection to Parquet and C-DNS (response-delay field) schemas. Only the first DNS record in given TCP connection is filled with RTT value. Later DNS records in TCP connection and DNS records transferred by UDP are filled with 'null' (Parquet) or -1 (C-DNS) value in RTT field.

Merge request reports