tcp: Update documentation

This commit is contained in:
Mohit P. Tahiliani
2017-02-12 10:58:04 -08:00
parent 9dc9ed5bb1
commit dfcdc3090e

View File

@@ -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
+++++++++++++