Type Definition toluol::iter::Answer

source · []
pub type Answer = (Name, Nameserver, Message, u16, Duration);
Expand description

Contains the following information for an answer received from a nameserver:

  • the zone that the nameserver is authoritative for
  • nameserver information
  • received answer
  • number of received bytes
  • duration of the query