Updated Known issues and solutions (markdown)

wangyu- 2021-03-11 16:47:16 -05:00
parent 28ab6600be
commit dd2568a5f7

@ -1,4 +1,6 @@
### Huge packet
### 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.
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.
Related issue: