commit 95beb0044f5e7e35d017df00a6373d37e39c5c41
parent d2a2845657c24023d126026b8e420ee2b89434fc
Author: Drew DeVault <sir@cmpwn.com>
Date: Sun, 20 Jun 2021 10:30:25 -0400
net::dns: Add README
Signed-off-by: Drew DeVault <sir@cmpwn.com>
Diffstat:
3 files changed, 12 insertions(+), 4 deletions(-)
diff --git a/net/dns/README b/net/dns/README
@@ -0,0 +1,12 @@
+net::dns implements low-level DNS message encoding and decoding, as well as a
+porcelain DNS resolver.
+
+TODO:
+
+- Finish message decoder/encoder
+- ASCII considerations
+- Error handling
+- Porcelain resolver API
+- Decoders for various record types
+- Complete RFC 2535 support
+- Look for other RFCs worth addressing
diff --git a/net/dns/encoding.ha b/net/dns/encoding.ha
@@ -1,4 +1,3 @@
-// TODO: Error handling
use endian;
use fmt;
diff --git a/net/dns/types.ha b/net/dns/types.ha
@@ -1,6 +1,3 @@
-// TODO:
-// - Complete RFC 2535 support
-// - Look for other RFCs worth addressing
use endian;
// Record type