mirror of
https://github.com/EmilHernvall/dnsguide.git
synced 2024-12-22 14:44:15 +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
|
||||
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
|
||||
// the end of the first iteration.
|
||||
let mut delim = "";
|
||||
|
Loading…
Reference in New Issue
Block a user