diff options
Diffstat (limited to 'src/VBox/NetworkServices/NetLib/VBoxNetUDP.cpp')
-rw-r--r-- | src/VBox/NetworkServices/NetLib/VBoxNetUDP.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/VBox/NetworkServices/NetLib/VBoxNetUDP.cpp b/src/VBox/NetworkServices/NetLib/VBoxNetUDP.cpp index 91c46637d..d6f75ace0 100644 --- a/src/VBox/NetworkServices/NetLib/VBoxNetUDP.cpp +++ b/src/VBox/NetworkServices/NetLib/VBoxNetUDP.cpp @@ -122,7 +122,7 @@ void *VBoxNetUDPMatch(PINTNETBUF pBuf, unsigned uDstPort, PCRTMAC pDstMac, uint3 * are set correctly (they are usually set to 0). */ if (pGso) - PDMNetGsoPrepForDirectUse(pGso, (void *)pvFrame, cbFrame, false /*fPayloadChecksum*/); + PDMNetGsoPrepForDirectUse(pGso, (void *)pvFrame, cbFrame, PDMNETCSUMTYPE_NONE); /* * IP validation and matching. |