Skip to content

Commit

Permalink
Add RFC 1035 reference to CNAME Rdata struct
Browse files Browse the repository at this point in the history
  • Loading branch information
Litr0 committed Nov 16, 2023
1 parent 66805ec commit 25c28a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/message/rdata/cname_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.1
/// An struct that represents the `Rdata` for cname type.
///
/// ```text
Expand Down

0 comments on commit 25c28a0

Please sign in to comment.