Browse Source
Merge pull request #84 from ataniazov/patch-1
Update readme.eng.md
pull/98/head
bol-van
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
docs/readme.eng.md
|
|
@ -396,7 +396,7 @@ By default fake payload is 64 zeroes. Can be overriden using `--dpi-desync-fake- |
|
|
|
### IP fragmentation |
|
|
|
|
|
|
|
Modern network is very hostile to IP fragmentation. Fragmented packets are often not delivered or refragmented/reassembled |
|
|
|
on the way. Linux always reassembles forwarded fragmented ipv6 if possible and it cannot be disablled. |
|
|
|
on the way. Linux always reassembles forwarded fragmented ipv6 if possible and it cannot be disabled. |
|
|
|
But Linux can send fragments. |
|
|
|
Frag position is set independently for tcp and udp. By default 24 and 8, must be multiple of 8. |
|
|
|
Offset starts from the header following ip header - transport header in most cases. |
|
|
|