Updated Known issues and solutions (markdown)

Yancey Wang 2022-01-26 01:01:13 -05:00
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.