linux kernel - Ethernet checksum checking in wireless stack -


When a raw ethernet packet is received on a wireless connection, where the ethernet checksum is calculated, and where the errors are handled goes?

Does the wireless stack handle it, or is it handled in the upper layers?

checksum can be done to it Recently from the Ethernet card network stack Let's offload the checksum. I had to disable hardware checksum to make Network Foransics easier. It should be clearly understood that without this functionality the hardware will always drop the packets.


Comments

Popular posts from this blog

iphone - How do I make a UIPickerView in a UIActionSheet -

java - Is there an object like a "Set" that can contain only unique string values, but also contain a count on the number of occurrences of the string value? -