Bug 2573 - code review: TCP LEDBAT
code review: TCP LEDBAT
Status: RESOLVED FIXED
Product: ns-3
Classification: Unclassified
Component: tcp
unspecified
All All
: P3 enhancement
Assigned To: natale.patriciello
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2016-12-09 10:31 EST by Tom Henderson
Modified: 2017-02-06 07:17 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tom Henderson 2016-12-09 10:31:11 EST
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 EST
Merged in 12668:64600193d9dc, thank you for the contribution