Update readme.eng.md

readme.end.md: typo
This commit is contained in:
Ata Niyazov 2022-01-03 16:07:04 +00:00 committed by GitHub
parent 690d458ec7
commit f1aba8d0a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.