mirror of
https://github.com/EmilHernvall/dnsguide.git
synced 2025-01-12 15:57:54 +07:00
Update chapter1.md
This commit is contained in:
parent
f57ad109a0
commit
cc9bc29ec7
@ -420,7 +420,7 @@ impl BytePacketBuffer {
|
|||||||
// track whether or not we've jumped
|
// track whether or not we've jumped
|
||||||
let mut jumped = false;
|
let mut jumped = false;
|
||||||
|
|
||||||
// Our delimeter which we append for each label. Since we don't want a dot at the
|
// Our delimiter which we append for each label. Since we don't want a dot at the
|
||||||
// beginning of the domain name we'll leave it empty for now and set it to "." at
|
// beginning of the domain name we'll leave it empty for now and set it to "." at
|
||||||
// the end of the first iteration.
|
// the end of the first iteration.
|
||||||
let mut delim = "";
|
let mut delim = "";
|
||||||
|
Loading…
Reference in New Issue
Block a user