Skip to content

Commit

Permalink
Update chapter4.md
Browse files Browse the repository at this point in the history
  • Loading branch information
0xflotus authored Jun 8, 2020
1 parent 88d34e8 commit 1210267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapter4.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ fn main() {
// the raw bytes are simply returned, and if not it'll abort by restarting the
// loop and waiting for the next request. The `recv_from` function will write the
// data into the provided buffer, and return the length of the data read as well
// as the source adress. We're not interested in the length, but we need to keep
// as the source address. We're not interested in the length, but we need to keep
// track of the source in order to send our reply later on.

// Next, `DnsPacket::from_buffer` is used to parse the raw bytes into
Expand Down

0 comments on commit 1210267

Please sign in to comment.