Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SajjadPourali authored Apr 6, 2024
1 parent 4fcc81f commit 28ee214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ async fn main(){
resp.update_checksum(req_payload);
let mut payload = resp.to_bytes().to_vec();
payload.extend_from_slice(req_payload);
u.send(payload).await?;
u.send(payload)?;
} else {
println!("ICMPv4");
}
Expand Down

0 comments on commit 28ee214

Please sign in to comment.