Skip to content

Commit

Permalink
Add RFC 1035 reference to MX Rdata struct
Browse files Browse the repository at this point in the history
  • Loading branch information
Litr0 committed Nov 16, 2023
1 parent 6da3072 commit 39896df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/message/rdata/mx_rdata.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ use crate::message::resource_record::{FromBytes, ResourceRecord, ToBytes};
use std::str::SplitWhitespace;

#[derive(Clone, PartialEq, Debug)]
/// [RFC 1035]: https://datatracker.ietf.org/doc/html/rfc1035#section-3.3.9
/// An struct that represents the `Rdata` for MX TYPE.
///
/// ```text
Expand Down

0 comments on commit 39896df

Please sign in to comment.