Skip to content

Commit

Permalink
enable IP fragmentation
Browse files Browse the repository at this point in the history
  • Loading branch information
stlankes committed Jul 19, 2024
1 parent 4da94e9 commit 6a348c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,8 @@ features = [
"proto-ipv4",
"proto-ipv6",
# Enable IP fragmentation
#"proto-ipv4-fragmentation",
"proto-ipv4-fragmentation",
"proto-ipv6-fragmentation",
#
# Assume a MTU size of 9000
#"fragmentation-buffer-size-8192",
Expand Down

0 comments on commit 6a348c1

Please sign in to comment.