First page Back Continue Last page Overview Graphics
Receiving of UDP with ZERO Checksums
IPv4: CHECKSUM_UNNECESSARY is set.
IPv6: packet is dropped immediately.
Actual verification is done in recvmsg(2).
We can check of new socket option and checksum of the datagram in recvmsg(2).
- It costs some CPU cycles...