Skip to content

Commit

Permalink
Add RFC 1035 reference to HINFO Rdata struct
Browse files Browse the repository at this point in the history
  • Loading branch information
Litr0 committed Nov 16, 2023
1 parent 25c28a0 commit 6da3072
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/message/rdata/hinfo_rdata.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ use std::str::SplitWhitespace;
use std::string::String;

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

0 comments on commit 6da3072

Please sign in to comment.