Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Apr 2009 12:32:44 +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:  <200904101232.n3ACWp7Z021115@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
bz          2009-04-10 12:32:44 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/netinet          tcp_usrreq.c 
  Log:
  SVN rev 190892 on 2009-04-10 12:32:44Z by bz
  
  MFC r190800:
  
    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)
  
  Approved by:    re (kib)
  
  Revision    Changes    Path
  1.163.2.16  +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?200904101232.n3ACWp7Z021115>