Closed TechnikEmpire closed 7 years ago
Add a bool flag that tells us if a packet has been modified at all. If not modified, then pass:
WINDIVERT_HELPER_NO_REPLACE to WinDivertHelperCalcChecksums to avoid recalculating checksums for no reason.
WINDIVERT_HELPER_NO_REPLACE
WinDivertHelperCalcChecksums
Fixed in a8ebfe7.
Add a bool flag that tells us if a packet has been modified at all. If not modified, then pass:
WINDIVERT_HELPER_NO_REPLACE
toWinDivertHelperCalcChecksums
to avoid recalculating checksums for no reason.