![]() |
Classes | |
class | ns3::PendingData |
class for managing I/O between applications and TCP More... | |
class | ns3::RttHistory |
Implements several variations of round trip time estimators. More... | |
class | ns3::TcpHeader |
Header for the Transmission Control Protocol. More... | |
class | ns3::TcpL4Protocol |
A layer between the sockets interface and IP. More... | |
class | ns3::TcpSocketFactoryImpl |
socket factory implementation for native ns-3 TCP More... | |
class | ns3::TcpSocketImpl |
An implementation of a stream socket using TCP. More... |
The TCP code in ns3's internet stack is ported from the Georgia Tech Network Simulator (GTNetS).
Most of the logic is in class ns3::TcpSocketImpl. This class serves to create sockets of the TcpSocketImpl type. That is, it creates sockets which use the GTNetS Tahoe code.