From dfcdc3090e07943a80b586d04bc3eb12494407ac Mon Sep 17 00:00:00 2001 From: "Mohit P. Tahiliani" Date: Sun, 12 Feb 2017 10:58:04 -0800 Subject: [PATCH] tcp: Update documentation --- src/internet/doc/tcp.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/internet/doc/tcp.rst b/src/internet/doc/tcp.rst index 8f88f427a..9fdbbf095 100644 --- a/src/internet/doc/tcp.rst +++ b/src/internet/doc/tcp.rst @@ -38,9 +38,11 @@ ns-3 TCP In brief, the native |ns3| TCP model supports a full bidirectional TCP with connection setup and close logic. Several congestion control algorithms -are supported, with NewReno the default, and Westwood, Hybla, and HighSpeed -also supported. Multipath-TCP and TCP Selective Acknowledgements (SACK) -are not yet supported in the |ns3| releases. +are supported, with NewReno the default, and Westwood, Hybla, HighSpeed, +Vegas, Scalable, Veno, Binary Increase Congestion Control (BIC), Yet Another +HighSpeed TCP (YeAH), Illinois, H-TCP and Low Extra Delay Background Transport +(LEDBAT) also supported. The model also supports Selective Acknowledgements +(SACK). Multipath-TCP is not yet supported in the |ns3| releases. Model history +++++++++++++