Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Apr 2009 14:42:40 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/netinet tcp_usrreq.c
Message-ID:  <200904071442.n37EgsKw019951@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
bz          2009-04-07 14:42:40 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          tcp_usrreq.c 
  Log:
  SVN rev 190800 on 2009-04-07 14:42:40Z by bz
  
  With the right comparison we get a proper wscale value and thus
  more adequate TCP performance with IPv6.
  
  Changes for IPv4, r166403 and r172795, both ignored the
  IPv6 counterpart and left it in the state of art of year 2000.
  
  The same logic in syncache already shares code between v4 and v6 so
  things do not need to be adapted there.
  
  Reported by:    Steinar Haug (sthaug nethelp.no)
  Tested by:      Steinar Haug (sthaug nethelp.no)
  MFC after:      3 days
  
  Revision  Changes    Path
  1.184     +1 -1      src/sys/netinet/tcp_usrreq.c



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