[FUG-BR] Fwd: [e2e] Software for FreeBSD TCP RD (resend of mail dated 2010-08-03)

2010-08-17 Por tôpico Alex Moura
-- Forwarded message --
From: Lawrence Stewart
Date: 2010/8/16
Subject: [e2e] Software for FreeBSD TCP RD (resend of mail dated
2010-08-03)
To: end2end-inter...@postel.org

Hi all,

(apologies for any duplicates you have received)

We're pleased to announce the release of a substantial set of new
and updated BSD licenced software for TCP experimentation and research
using FreeBSD:

 - CAIA-Hamilton Delay Congestion Control Algorithm v0.1 (new)
 - Hamilton Delay Congestion Control Algorithm v0.2 (update)
 - Vegas Congestion Control Algorithm v0.2 (update)
 - H-TCP Congestion Control Algorithm v0.12 (update)
 - CUBIC Congestion Control Algorithm v0.10 (update)
 - Statistical Information For TCP Research (SIFTR) v1.2.3 (update)
 - Enhanced Round Trip Time (ERTT) Khelp Module v0.2 (update)
 - Khelp Framework for FreeBSD v0.1.1 (update)
 - Modular TCP Congestion Control for FreeBSD v0.10.0 (update)

A more detailed summary of the various tools/patches is included at the
end of this email.

Everything mentioned above along with other papers, patches and software
relevant/useful for protocol analysis, debugging and experimental
research is available from:

http://caia.swin.edu.au/urp/newtcp/tools.html

The software was developed as part of the NewTCP research
project at Swinburne University's Centre for Advanced Internet
Architectures, made possible in part by a grant from the Cisco
University Research Program Fund at Community Foundation Silicon
Valley. Testing and development was further assisted by a grant
from the FreeBSD Foundation.

We welcome any feedback and hope you enjoy playing with the code
and tools.

Cheers,
Lawrence Stewart, David Hayes and Grenville Armitage

http://caia.swin.edu.au





NB: CAIA-Hamilton Delay and Hamilton Delay are our working names for
algorithms which do not have established names in the literature.


CAIA-Hamilton Delay Congestion Control Algorithm v0.1 [1,2]
--
A FreeBSD loadable kernel module that implements an experimental delay
based congestion control algorithm proposed by the Hamilton Institute
[3] but with modifications made by CAIA [4]. It builds on Hamilton's
initial proposal by adding tolerance to non-congestion related losses
and still aims to allow delay- and loss-based algorithms
to fairly coexist.


Hamilton Delay Congestion Control Algorithm v0.2 [5,6]
--
A FreeBSD loadable kernel module that implements an experimental delay
based congestion control algorithm proposed by the Hamilton Institute
[3]. It provides a first step toward the ability of delay based
algorithms to fairly coexist with loss based algorithms.


Vegas Congestion Control Algorithm v0.2 [7,8]
--
A FreeBSD loadable kernel module that implements the Vegas delay-based
congestion control algorithm [9].


H-TCP Congestion Control Algorithm v0.12 [10,11]
--
A FreeBSD loadable kernel module that implements the H-TCP loss based
TCP congestion control algorithm [12].


CUBIC Congestion Control Algorithm v0.10 [13,14]
--
A FreeBSD loadable kernel module that implements the CUBIC loss based
TCP congestion control algorithm [15]. CUBIC is the current default
algorithm used by Linux.


Statistical Information For TCP Research (SIFTR) v1.2.3 [16,17]
--
A FreeBSD 6/7/8/9 kernel module that logs a range of statistics on
active TCP connections to a log file. It provides the ability to make
highly granular measurements of TCP connection state, aimed at system
administrators, developers and researchers. NB: SIFTR has been imported
into FreeBSD's head svn branch (a.k.a. 9-CURRENT) as revision 209662
and will be backported to 8-STABLE in time for 8.2-RELEASE.


Enhanced Round Trip Time (ERTT) Khelp Module v0.2 [18,19]
--
A FreeBSD loadable kernel module that provides enhanced RTT
measurements for use by delay and rate based TCP congestion control
algorithms. Robust estimates of RTT are provided even when the receiver
uses delayed acknowledgements, TCP segmentation offload (TSO) or
Selective Acknowledgements (SACK). This module is required by the delay
based congestion control algorithms.


Khelp Framework for FreeBSD v0.1.1 [20,21]
--
A FreeBSD kernel patch that provides support for generic kernel modules
known as helpers to hook into arbitrary points within the kernel and
provide service(s) to the running system. This forms the foundation for
the ERTT Khelp module.


Modular TCP Congestion Control for FreeBSD v0.10.0 [22,23]

Re: [FUG-BR] Fwd: [e2e] Software for FreeBSD TCP RD (resend of mail dated 2010-08-03)

2010-08-17 Por tôpico Welkson Renny de Medeiros
Alex Moura escreveu:
 -- Forwarded message --
 From: Lawrence Stewart
 Date: 2010/8/16
 Subject: [e2e] Software for FreeBSD TCP RD (resend of mail dated
 2010-08-03)
 To: end2end-inter...@postel.org

 Hi all,

 (apologies for any duplicates you have received)

 We're pleased to announce the release of a substantial set of new
 and updated BSD licenced software for TCP experimentation and research
 using FreeBSD:

  - CAIA-Hamilton Delay Congestion Control Algorithm v0.1 (new)
  - Hamilton Delay Congestion Control Algorithm v0.2 (update)
  - Vegas Congestion Control Algorithm v0.2 (update)
  - H-TCP Congestion Control Algorithm v0.12 (update)
  - CUBIC Congestion Control Algorithm v0.10 (update)
  - Statistical Information For TCP Research (SIFTR) v1.2.3 (update)
  - Enhanced Round Trip Time (ERTT) Khelp Module v0.2 (update)
  - Khelp Framework for FreeBSD v0.1.1 (update)
  - Modular TCP Congestion Control for FreeBSD v0.10.0 (update)

   

Muito bom!

Sem falar que no final tem um patch para o IPerf funcionar no freebsd...

-- 
Welkson Renny de Medeiros
Desenvolvimento / Gerência de Redes
Focus Automação Comercial
FreeBSD Community Member
-
Histórico: http://www.fug.com.br/historico/html/freebsd/
Sair da lista: https://www.fug.com.br/mailman/listinfo/freebsd


Re: [FUG-BR] Fwd: [e2e] Software for FreeBSD TCP RD (resend of mail dated 2010-08-03)

2010-08-17 Por tôpico Welkson Renny de Medeiros
Welkson Renny de Medeiros escreveu:
 Alex Moura escreveu:
   
 -- Forwarded message --
 From: Lawrence Stewart
 Date: 2010/8/16
 Subject: [e2e] Software for FreeBSD TCP RD (resend of mail dated
 2010-08-03)
 To: end2end-inter...@postel.org

 Hi all,

 (apologies for any duplicates you have received)

 We're pleased to announce the release of a substantial set of new
 and updated BSD licenced software for TCP experimentation and research
 using FreeBSD:

  - CAIA-Hamilton Delay Congestion Control Algorithm v0.1 (new)
  - Hamilton Delay Congestion Control Algorithm v0.2 (update)
  - Vegas Congestion Control Algorithm v0.2 (update)
  - H-TCP Congestion Control Algorithm v0.12 (update)
  - CUBIC Congestion Control Algorithm v0.10 (update)
  - Statistical Information For TCP Research (SIFTR) v1.2.3 (update)
  - Enhanced Round Trip Time (ERTT) Khelp Module v0.2 (update)
  - Khelp Framework for FreeBSD v0.1.1 (update)
  - Modular TCP Congestion Control for FreeBSD v0.10.0 (update)

   
 

 Muito bom!

 Sem falar que no final tem um patch para o IPerf funcionar no freebsd...

   

X fiz confusão... iperf já faz parte do ports... confundi com um 
sistema de monitoração de banda que só funciona no Linux (esqueci o nome).

-- 
Welkson Renny de Medeiros
Desenvolvimento / Gerência de Redes
Focus Automação Comercial
FreeBSD Community Member
-
Histórico: http://www.fug.com.br/historico/html/freebsd/
Sair da lista: https://www.fug.com.br/mailman/listinfo/freebsd