DragonFly commits List (threaded) for 2007-08
DragonFly BSD
DragonFly commits List (threaded) for 2007-08
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src/sys/netinet ip_input.c


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 11 Aug 2007 11:57:34 -0700 (PDT)

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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]