cvs commit: src/sys/netinet ip_input.c

Matthew Dillon dillon at crater.dragonflybsd.org
Sat Aug 11 11:58:12 PDT 2007


dillon      2007/08/11 11:57:34 PDT

DragonFly src repository

  Modified files:
    sys/netinet          ip_input.c 
  Log:
  Add another fix to the 1's complement checksum.  A second carry does not
  occur when the individual packet csum's are set to 0xffff, which is normally
  the case.  But if we ever use csum_data to accumulate partial fragment
  checksums then a second carry can occur which must be handled.  Fix it now.
  
  Revision  Changes    Path
  1.69      +3 -1      src/sys/netinet/ip_input.c


http://www.dragonflybsd.org/cvsweb/src/sys/netinet/ip_input.c.diff?r1=1.68&r2=1.69&f=u





More information about the Commits mailing list