Files
scylladb/net
Avi Kivity 89ec8f2ae7 net: fix IP checksum overflow during reduction
When reducing the checksum from a 32-bit or 64-bit intermediate,
we can get an overflow after the first overflow handling step:

0000_8000_8000_ffff
-> 10_ffff
->  1_000f
->    0010

Since we lacked the second step, we got an off-by-one in the checksum.
2014-09-14 16:58:27 +03:00
..
2014-09-11 11:51:16 +03:00
2014-09-14 16:05:48 +03:00
2014-09-10 15:45:23 +03:00
2014-09-14 16:42:12 +03:00