Agreed, and I see checksum offloading on many machines recently ...As far as I can tell most implementations with tcp checksum offloading specify the checksum as 0 in the apckets captured.
Maybe we should change the tcp checksum code toAgreed, but probably better [Checksum Offloaded] :-)
1, IF checksum checking is enabled and IF the checksum is wrong and IF
the specified checksum value is 0, THEN mark it as Checksum:0x0000
(Checksum Offloaded)
2, since tcp checksum errors are VERY rare and would result in eitherHaving some checksums checked and others not doesn't seem to be a good idea. Disabling all the checksum checks might also be a bad idea.
a RST or a retransmission anyway making it easy to spot them, we could
disable checksum checking by default.
a.) the checksum is 0 (I would prefer that) b.) try it all the time
Powered by MHonArc 2.6.10