Skip to content

Commit

Permalink
Add RFC 1035 reference to NS RData struct
Browse files Browse the repository at this point in the history
  • Loading branch information
Litr0 committed Nov 16, 2023
1 parent 39896df commit 0c3f387
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/message/rdata/ns_rdata.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,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.11
/// An struct that represents the `rdata` for NS TYPE.
///
/// ```text
Expand Down

0 comments on commit 0c3f387

Please sign in to comment.