[MiniDNS][DIY] Build DNS Protocol Implementation
Registered by
Kiall Mac Innes
[DIY Route Only]
Build out the base DNS protocol implementation
Here, we write the base protocol implementation - capable of encoding and
decoding the foundational DNS constructs:
* Packet - The DNS Packet itself, holds the Header, Questions, Answers, Authorities and Additionals
* Header - The DNS Packet Header
* Name - Representation of a DNS Name, with logic for handle DNS Name compression/
* Question - Representation of a DNS Query, holds the name, type and class of the Query.
* ResourceRecord - Represents a single Record in a Result[1].
[1]: This one may be skipped, with the Record object instead implementing this piece.
Blueprint information
- Status:
- Complete
- Approver:
- None
- Priority:
- Undefined
- Drafter:
- Kiall Mac Innes
- Direction:
- Needs approval
- Assignee:
- None
- Definition:
- Superseded
- Series goal:
- None
- Implementation:
- Unknown
- Milestone target:
- None
- Started by
- Completed by
- Joe McBride
Related branches
Related bugs
Sprints
Whiteboard
(?)
Work Items
Dependency tree
* Blueprints in grey have been implemented.