mirror of
https://github.com/wangyu-/udp2raw.git
synced 2025-01-31 12:19:34 +08:00
Updated Known issues and solutions (markdown)
parent
d91f77b9f6
commit
a486526c95
@ -1,5 +1,5 @@
|
||||
### Huge packet warning
|
||||
Upd2raw client and server communicates with raw socket, which doesn't support IP fragment. You you can't send packets larger than network MTU through udp2raw. You need to make sure you set MTU parameters correctly at upper level application.
|
||||
Upd2raw client and server communicates with raw socket, which doesn't support IP fragment. You can't send packets larger than network MTU through udp2raw. You need to make sure you set MTU parameters correctly at upper level application.
|
||||
|
||||
Some times you will get "Huge packet" warnings even if you have set MTU correctly everywhere. It might be caused by the GRO feature of network drivers, you can try to add the `--fix-gro` on both sides to fix it.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user