Bug 2573

Summary: code review: TCP LEDBAT
Product: ns-3 Reporter: Tom Henderson <tomh>
Component: tcpAssignee: natale.patriciello
Status: RESOLVED FIXED    
Severity: enhancement CC: ns-bugs
Priority: P3    
Version: unspecified   
Hardware: All   
OS: All   

Description Tom Henderson 2016-12-09 10:31:11 UTC
https://codereview.appspot.com/307530043

This patch provides an implementation of TCP LEDBAT [1] in ns-3.26. Patch contains:
 - Implementation of TCP LEDBAT in ns-3.26
 - Documentation
 - Test suite
 - Extended examples/tcp/tcp-variants-compare.cc to provide an option to simulate TCP LEDBAT T

This patch is aligned with the Linux kernel code [2] of TCP LEDBAT.

[1] RFC 6817: https://tools.ietf.org/html/rfc6817 
[2] M. Kuehlewind's Linux code: http://mirja.kuehlewind.net/src/tcp_ledbat.c
Comment 1 natale.patriciello 2017-02-06 07:17:36 UTC
Merged in 12668:64600193d9dc, thank you for the contribution