nuke in_cksum_addword()
authorhenning <henning@openbsd.org>
Sun, 20 Apr 2014 09:30:56 +0000 (09:30 +0000)
committerhenning <henning@openbsd.org>
Sun, 20 Apr 2014 09:30:56 +0000 (09:30 +0000)
commit41c3fefc95b0345e6221331f57ed746950874dcc
tree9d13b865c5f1948a7d9b293f69d6634e4f83a903
parenta23f266994cf502199943e721c479b72a710b354
nuke in_cksum_addword()
don't we all love functions implemented in header files? was under #ifdef
_KERNEL at least.
incremental checksum updates don't really make sense any more, this is
incredibly hard to get right, and doesn't fit the way our kernel deals
with the checksums these days. consequently, nothing uses in_cksum_addword
any more.
was on tech for 3 months, tested by & discussed with many.
sys/netinet/in.h