Re: RFC2292(bis) checksum support
From: <hidden>
Date: 2002-05-20 03:51:37
Hello!
Checksum for ICMPv6 is mandatory like ones for TCP and UDP (for IPv6) are. We should not (be able to) disable checksum for TCP, UDP AND ICMPv6, should we?
It is mandatory on _network level_, not on api level. F.e. checksum is mandatory for ICMPv4 too, however, we used to calculate it in user space and nobody cries about this. Do you see what is the mistake in the rfc? Authors did a wrong sillogism and had to write several paragraphs of meaningless text to explain the mess. Shortly, you may consider this as a compatible extension of standard API. (which costs deleting several lines of code. :-))
yes. I just forgot to delete that original line while making this patch; sorry.
OK. Alexey