Module domain::net

source ·
Expand description

Sending and receiving DNS messages.

This module provides types, traits, and functions for sending and receiving DNS messages.

Currently, the module only provides the unstable client sub-module intended for sending requests and receiving responses to them, the unstable server sub-module intended for receiving requests and sending responses to them. and the unstable xfr sub-module for zone transfer related functionality.

Modules§

  • Sending requests and receiving responses.