Expand description

Server component for hosting a domain name servers operations.

Structs

  • An incoming request to the DNS catalog
  • A narrow view of the Request, specifically a verified single query for the request
  • A handler for wrapping a BufStreamHandle, which will properly serialize the message and add the associated destination.
  • Information about the response sent for a request
  • A Futures based implementation of a DNS server
  • This wraps the underlying Stream in a timeout.

Enums

  • For tracking purposes of inbound requests, which protocol was used

Traits