dillon 2007/08/10 11:23:07 PDT DragonFly src repository
Modified files:
sys/netinet ip_input.c
Log:
The 1's complement checksum in m->m_pkthdr.csum_data was not being properly
calculated. With 1's complement you have to take the carry past 16 bits
and fold it back into the checksum.
Revision Changes Path
1.68 +9 -0 src/sys/netinet/ip_input.c
http://www.dragonflybsd.org/cvsweb/src/sys/netinet/ip_input.c.diff?r1=1.67&r2=1.68&f=u
