You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If packet has been NAT'd then we certainly need to recalculate the checksum,
but even for direct pass-through it might have been received with an invalid
checksum due to checksum offload. For now, recalculate full checksum in all
cases.
See #1.
Currently, we don't checksum incoming packets and we calculate the full checksum when doing NAT. This means:
The Mirage NETWORK interface should be extended to allow us to read and write the checksum flags so we can set things correctly.
The text was updated successfully, but these errors were encountered: