Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 May 2011 08:28:37 +0000 (UTC)
From:      Lawrence Stewart <lstewart@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/modules/cc Makefile src/sys/modules/cc/cc_vegas Makefile src/sys/netinet/cc cc_vegas.c
Message-ID:  <201105280828.p4S8SpnK019920@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
lstewart    2011-05-28 08:28:37 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    sys/modules/cc       Makefile 
  Added files:           (Branch: RELENG_8)
    sys/modules/cc/cc_vegas Makefile 
    sys/netinet/cc       cc_vegas.c 
  Log:
  SVN rev 222411 on 2011-05-28 08:28:37Z by lstewart
  
  MFC r218152,218156:
  
  Import a clean-room implementation of the VEGAS congestion control algorithm
  based on the paper "TCP Vegas: end to end congestion avoidance on a global
  internet" by Brakmo and Peterson. It is implemented as a kernel module
  compatible with the recently committed modular congestion control framework.
  
  VEGAS uses network delay as a congestion indicator and unlike regular loss-based
  algorithms, attempts to keep the network operating with stable queuing delays
  and no congestion losses. By keeping network buffers used along the path within
  a set range, queuing delays are kept low while maintaining high throughput.
  
  In collaboration with:  David Hayes <dahayes at swin edu au> and
                                  Grenville Armitage <garmitage at swin edu au>
  Sponsored by:   FreeBSD Foundation
  Reviewed by:    bz and others along the way
  
  Revision  Changes    Path
  1.6.2.5   +2 -1      src/sys/modules/cc/Makefile
  1.1.2.2   +9 -0      src/sys/modules/cc/cc_vegas/Makefile (new)
  1.4.2.2   +308 -0    src/sys/netinet/cc/cc_vegas.c (new)



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