Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Feb 2008 15:40:31 +0000 (UTC)
From:      Mike Silbersack <silby@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netinet ip_id.c
Message-ID:  <200802061540.m16FeXGD030782@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
silby       2008-02-06 15:40:31 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          ip_id.c 
  Log:
  Replace the random IP ID generation code we
  obtained from OpenBSD with an algorithm suggested
  by Amit Klein.  The OpenBSD algorithm has a few
  flaws; see Amit's paper for more information.
  
  For a description of how this algorithm works,
  please see the comments within the code.
  
  Note that this commit does not yet enable random IP ID
  generation by default.  There are still some concerns
  that doing so will adversely affect performance.
  
  Reviewed by:  rwatson
  MFC After: 2 weeks
  
  Revision  Changes    Path
  1.10      +155 -147  src/sys/netinet/ip_id.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200802061540.m16FeXGD030782>