View | Details | Raw Unified | Return to bug 2651
Collapse All | Expand All

(-)a/src/internet/doc/tcp.rst (-3 / +5 lines)
 Lines 38-46    Link Here 
38
38
39
In brief, the native |ns3| TCP model supports a full bidirectional TCP with
39
In brief, the native |ns3| TCP model supports a full bidirectional TCP with
40
connection setup and close logic.  Several congestion control algorithms
40
connection setup and close logic.  Several congestion control algorithms
41
are supported, with NewReno the default, and Westwood, Hybla, and HighSpeed
41
are supported, with NewReno the default, and Westwood, Hybla, HighSpeed,
42
also supported.  Multipath-TCP and TCP Selective Acknowledgements (SACK)
42
Vegas, Scalable, Veno, Binary Increase Congestion Control (BIC), Yet Another
43
are not yet supported in the |ns3| releases.
43
HighSpeed TCP (YeAH), Illinois, H-TCP, TCP Selective Acknowledgements (SACK)
44
and Low Extra Delay Background Transport (LEDBAT) also supported. Multipath-TCP
45
is not yet supported in the |ns3| releases.
44
46
45
Model history
47
Model history
46
+++++++++++++
48
+++++++++++++

Return to bug 2651