mirror of
https://github.com/EmilHernvall/dnsguide.git
synced 2026-04-26 14:15:52 +03:00
[GH-ISSUE #23] DNS compression when writing labels #28
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ema2159 on GitHub (Apr 16, 2023).
Original GitHub issue: https://github.com/EmilHernvall/dnsguide/issues/23
Hello. I am currently following your tutorial (great tutorial by the way), and am currently implementing the write methods for the stub resolver section. However, there is something that I don't quite understand: In chapter 1, the
read_qnamefunction implemented this label compression idea by jumping to and reusing old labels. However, in chapter two, thewrite_qnamefunction doesn't implement the same idea. Did you just chose not to implement it, or is there something I am missing?Thanks beforehand!