diff --git a/Known-issues-and-solutions.md b/Known-issues-and-solutions.md index 56aa8bb..942cf0d 100644 --- a/Known-issues-and-solutions.md +++ b/Known-issues-and-solutions.md @@ -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.