Skip to content

Add implementation specific fields for ASN, Country Code and TCP RTT to QueryResponse map

Pavel Doležal requested to merge asn_country_code_rtt into master

Add implementation specific fields for ASN, Country Code and TCP RTT to QueryResponse map:

  • index -1: asn (textstring)
  • index -2: country_code (textstring)
  • index -3: round_trip_time (int64)

Merge request reports