Skip to content

Commit

Permalink
Merge pull request #1324 from stlankes/net
Browse files Browse the repository at this point in the history
enable IP fragmentation
  • Loading branch information
mkroening authored Jul 20, 2024
2 parents 4da94e9 + 6a348c1 commit 7abb532
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 7abb532

Please sign in to comment.