This unit test checks that the slow start and congestion avoidance behavior matches Linux behavior as follows: 1) in both slow start and congestion avoidance phases, presence or absence of delayed acks does not alter the window growth 2) in congestion avoidance phase, the arithmetic for counting the number of segments acked and deciding when to increment the congestion window (i.e. More...
Public Member Functions | |
TcpLinuxRenoCongAvoidTest (uint32_t segmentSize, uint32_t packetSize, uint32_t packets, uint32_t initialCwnd, uint32_t initialSSThresh, uint32_t delayedAck, uint32_t expectedCwnd, TypeId &congControl, const std::string &desc) | |
Constructor. More... | |
Public Member Functions inherited from ns3::TcpGeneralTest | |
TcpGeneralTest (const std::string &desc) | |
TcpGeneralTest constructor. More... | |
~TcpGeneralTest () override | |
Public Member Functions inherited from ns3::TestCase | |
TestCase (const TestCase &)=delete | |
virtual | ~TestCase () |
Destructor. More... | |
std::string | GetName () const |
TestCase & | operator= (const TestCase &)=delete |
Protected Member Functions | |
void | ConfigureEnvironment () override |
Change the configuration of the environment. More... | |
void | ConfigureProperties () override |
Change the configuration of the socket properties. More... | |
void | CWndTrace (uint32_t oldValue, uint32_t newValue) override |
void | DoTeardown () override |
Teardown the TCP test. More... | |
void | PhyDrop (SocketWho who) override |
void | QueueDrop (SocketWho who) override |
Protected Member Functions inherited from ns3::TcpGeneralTest | |
virtual void | AfterRTOExpired (const Ptr< const TcpSocketState > tcb[[maybe_unused]], SocketWho who[[maybe_unused]]) |
Rto has expired. More... | |
virtual void | BeforeRTOExpired (const Ptr< const TcpSocketState > tcb[[maybe_unused]], SocketWho who[[maybe_unused]]) |
Rto has expired. More... | |
virtual void | BytesInFlightTrace (uint32_t oldValue[[maybe_unused]], uint32_t newValue[[maybe_unused]]) |
Bytes in flight changes. More... | |
virtual void | CongStateTrace (const TcpSocketState::TcpCongState_t oldValue[[maybe_unused]], const TcpSocketState::TcpCongState_t newValue[[maybe_unused]]) |
State on Ack state machine changes. More... | |
virtual Ptr< SimpleChannel > | CreateChannel () |
Create and return the channel installed between the two socket. More... | |
virtual Ptr< ErrorModel > | CreateReceiverErrorModel () |
Create and return the error model to install in the receiver node. More... | |
virtual Ptr< TcpSocketMsgBase > | CreateReceiverSocket (Ptr< Node > node) |
Create and install the socket to install on the receiver. More... | |
virtual Ptr< ErrorModel > | CreateSenderErrorModel () |
Create and return the error model to install in the sender node. More... | |
virtual Ptr< TcpSocketMsgBase > | CreateSenderSocket (Ptr< Node > node) |
Create and install the socket to install on the sender. More... | |
virtual Ptr< TcpSocketMsgBase > | CreateSocket (Ptr< Node > node, TypeId socketType, TypeId congControl) |
Create a socket. More... | |
virtual Ptr< TcpSocketMsgBase > | CreateSocket (Ptr< Node > node, TypeId socketType, TypeId congControl, TypeId recoveryAlgorithm) |
Create a socket. More... | |
virtual void | CWndInflTrace (uint32_t oldValue[[maybe_unused]], uint32_t newValue[[maybe_unused]]) |
Tracks the inflated congestion window changes. More... | |
virtual void | CWndTrace (uint32_t oldValue[[maybe_unused]], uint32_t newValue[[maybe_unused]]) |
Tracks the congestion window changes. More... | |
virtual void | DataSent (uint32_t size[[maybe_unused]], SocketWho who[[maybe_unused]]) |
Notifying application for sent data. More... | |
void | DoConnect () |
Scheduled at 0.0, SENDER starts the connection to RECEIVER. More... | |
void | DoRun () override |
Execute the tcp test. More... | |
virtual void | ErrorClose (SocketWho who[[maybe_unused]]) |
Socket closed with an error. More... | |
virtual void | FinalChecks () |
Performs the (eventual) final checks through test asserts. More... | |
Time | GetClockGranularity (SocketWho who) |
Get the clock granularity attribute. More... | |
Time | GetConnTimeout (SocketWho who) |
Get the retransmission time for the SYN segments. More... | |
uint32_t | GetDelAckCount (SocketWho who) |
Get the number of delayed ack (if present) More... | |
Time | GetDelAckTimeout (SocketWho who) |
Get the timeout of delayed ack (if present) More... | |
uint32_t | GetDupAckCount (SocketWho who) |
Get the number of dupack received. More... | |
SequenceNumber32 | GetHighestTxMark (SocketWho who) |
Get the highest tx mark of the node specified. More... | |
uint32_t | GetInitialCwnd (SocketWho who) |
Get the initial congestion window. More... | |
uint32_t | GetInitialSsThresh (SocketWho who) |
Get the initial slow start threshold. More... | |
Time | GetMinRto (SocketWho who) |
Get the minimum RTO attribute. More... | |
uint32_t | GetMtu () const |
Get the MTU of the environment. More... | |
EventId | GetPersistentEvent (SocketWho who) |
Get the persistent event of the selected socket. More... | |
Time | GetPersistentTimeout (SocketWho who) |
Get the persistent timeout of the selected socket. More... | |
uint32_t | GetPktCount () const |
Get the number of application packets. More... | |
Time | GetPktInterval () const |
Get the interval to wait for each packet sent down from application to TCP. More... | |
uint32_t | GetPktSize () const |
Get the application packet size. More... | |
Time | GetPropagationDelay () const |
Get the channel Propagation Delay. More... | |
Ptr< TcpSocketMsgBase > | GetReceiverSocket () |
Get the pointer to a previously created receiver socket. More... | |
uint32_t | GetReTxThreshold (SocketWho who) |
Get the retransmission threshold. More... | |
Time | GetRto (SocketWho who) |
Get the retransmission time. More... | |
Ptr< RttEstimator > | GetRttEstimator (SocketWho who) |
Get the Rtt estimator of the socket. More... | |
uint32_t | GetRWnd (SocketWho who) |
Get the rWnd of the selected socket. More... | |
Ptr< TcpRxBuffer > | GetRxBuffer (SocketWho who) |
Get the Rx buffer from selected socket. More... | |
uint32_t | GetSegSize (SocketWho who) |
Get the segment size of the node specified. More... | |
Ptr< TcpSocketMsgBase > | GetSenderSocket () |
Get the pointer to a previously created sender socket. More... | |
Time | GetStartTime () const |
Get the data start time. More... | |
Ptr< TcpSocketState > | GetTcb (SocketWho who) |
Get the TCB from selected socket. More... | |
TcpSocket::TcpStates_t | GetTcpState (SocketWho who) |
Get the state of the TCP state machine. More... | |
Ptr< TcpTxBuffer > | GetTxBuffer (SocketWho who) |
Get the Tx buffer from selected socket. More... | |
virtual void | HighestTxSeqTrace (SequenceNumber32 oldValue[[maybe_unused]], SequenceNumber32 newValue[[maybe_unused]]) |
Highest tx seq changes. More... | |
virtual void | NextTxSeqTrace (SequenceNumber32 oldValue[[maybe_unused]], SequenceNumber32 newValue[[maybe_unused]]) |
Next tx seq changes. More... | |
virtual void | NormalClose (SocketWho who[[maybe_unused]]) |
Socket closed normally. More... | |
virtual void | PhyDrop (SocketWho who[[maybe_unused]]) |
Link drop. More... | |
virtual void | ProcessedAck (const Ptr< const TcpSocketState > tcb[[maybe_unused]], const TcpHeader &h[[maybe_unused]], SocketWho who[[maybe_unused]]) |
Processed ack. More... | |
virtual void | QueueDrop (SocketWho who[[maybe_unused]]) |
Drop on the queue. More... | |
virtual void | RateSampleUpdatedTrace (const TcpRateLinux::TcpRateSample &sample[[maybe_unused]]) |
Track the rate sample value of TcpRateLinux. More... | |
virtual void | RateUpdatedTrace (const TcpRateLinux::TcpRateConnection &rate[[maybe_unused]]) |
Track the rate value of TcpRateLinux. More... | |
virtual void | RcvAck (const Ptr< const TcpSocketState > tcb[[maybe_unused]], const TcpHeader &h[[maybe_unused]], SocketWho who[[maybe_unused]]) |
Received ack. More... | |
virtual void | ReceivePacket (Ptr< Socket > socket) |
Packet received. More... | |
virtual void | RtoTrace (Time oldValue[[maybe_unused]], Time newValue[[maybe_unused]]) |
RTO changes. More... | |
virtual void | RttTrace (Time oldTime[[maybe_unused]], Time newTime[[maybe_unused]]) |
Rtt changes. More... | |
void | SendPacket (Ptr< Socket > socket, uint32_t pktSize, uint32_t pktCount, Time pktInterval) |
Send packets to other endpoint. More... | |
void | SetAppPktCount (uint32_t pktCount) |
Set app packet count. More... | |
void | SetAppPktInterval (Time pktInterval) |
Interval between app-generated packet. More... | |
void | SetAppPktSize (uint32_t pktSize) |
Set app packet size. More... | |
void | SetCongestionControl (TypeId congControl) |
Congestion control of the sender socket. More... | |
void | SetDelAckMaxCount (SocketWho who, uint32_t count) |
Forcefully set the delayed acknowledgement count. More... | |
void | SetInitialCwnd (SocketWho who, uint32_t initialCwnd) |
Forcefully set the initial cwnd. More... | |
void | SetInitialSsThresh (SocketWho who, uint32_t initialSsThresh) |
Forcefully set the initial ssthresh. More... | |
void | SetMTU (uint32_t mtu) |
MTU of the bottleneck link. More... | |
void | SetPaceInitialWindow (SocketWho who, bool paceWindow) |
Enable or disable pacing of the initial window. More... | |
void | SetPacingStatus (SocketWho who, bool pacing) |
Enable or disable pacing in the TCP socket. More... | |
void | SetPropagationDelay (Time propDelay) |
Propagation delay of the bottleneck link. More... | |
void | SetRcvBufSize (SocketWho who, uint32_t size) |
Forcefully set a defined size for rx buffer. More... | |
void | SetRecoveryAlgorithm (TypeId recovery) |
recovery algorithm of the sender socket More... | |
void | SetSegmentSize (SocketWho who, uint32_t segmentSize) |
Forcefully set the segment size. More... | |
void | SetTransmitStart (Time startTime) |
Set the initial time at which the application sends the first data packet. More... | |
void | SetUseEcn (SocketWho who, TcpSocketState::UseEcn_t useEcn) |
Forcefully set the ECN mode of use. More... | |
virtual void | SsThreshTrace (uint32_t oldValue[[maybe_unused]], uint32_t newValue[[maybe_unused]]) |
Slow start threshold changes. More... | |
virtual void | UpdatedRttHistory (const SequenceNumber32 &seq[[maybe_unused]], uint32_t sz[[maybe_unused]], bool isRetransmission[[maybe_unused]], SocketWho who[[maybe_unused]]) |
Updated the Rtt history. More... | |
Protected Member Functions inherited from ns3::TestCase | |
TestCase (std::string name) | |
Constructor. More... | |
void | AddTestCase (TestCase *testCase, TestDuration duration=QUICK) |
Add an individual child TestCase to this test suite. More... | |
TestCase * | GetParent () const |
Get the parent of this TestCase. More... | |
bool | IsStatusFailure () const |
Check if any tests failed. More... | |
bool | IsStatusSuccess () const |
Check if all tests passed. More... | |
void | SetDataDir (std::string directory) |
Set the data directory where reference trace files can be found. More... | |
void | ReportTestFailure (std::string cond, std::string actual, std::string limit, std::string message, std::string file, int32_t line) |
Log the failure of this TestCase. More... | |
bool | MustAssertOnFailure () const |
Check if this run should assert on failure. More... | |
bool | MustContinueOnFailure () const |
Check if this run should continue on failure. More... | |
std::string | CreateDataDirFilename (std::string filename) |
Construct the full path to a file in the data directory. More... | |
std::string | CreateTempDirFilename (std::string filename) |
Construct the full path to a file in a temporary directory. More... | |
Private Member Functions | |
void | Rx (const Ptr< const Packet > p, const TcpHeader &h, SocketWho who) override |
Packet received from IP layer. More... | |
void | Tx (const Ptr< const Packet > p, const TcpHeader &h, SocketWho who) override |
Packet transmitted down to IP layer. More... | |
Private Attributes | |
uint32_t | m_delayedAck |
Delayed Acknowledgement. More... | |
uint32_t | m_expectedCwnd |
Expected final cWnd value. More... | |
bool | m_inCongAvoidance |
True if in congestion avoidance. More... | |
uint32_t | m_increment |
Congestion window increment. More... | |
bool | m_initial |
True on first run. More... | |
uint32_t | m_initialCwnd |
Initial congestion window (segments) More... | |
uint32_t | m_initialSSThresh |
Initial slow start threshold (bytes) More... | |
bool | m_inSlowStartPhase |
True if in slow start. More... | |
uint32_t | m_lastCwnd |
Last cWnd value reported. More... | |
uint32_t | m_packets |
Number of packets to send to the socket. More... | |
uint32_t | m_packetSize |
Size of the packets used in socket writes. More... | |
uint32_t | m_segmentSize |
Segment size. More... | |
Additional Inherited Members | |
Public Types inherited from ns3::TcpGeneralTest | |
enum | SocketWho { SENDER , RECEIVER } |
Used as parameter of methods, specifies on what node the caller is interested (e.g. More... | |
Public Types inherited from ns3::TestCase | |
enum | TestDuration { QUICK = 1 , EXTENSIVE = 2 , TAKES_FOREVER = 3 } |
How long the test takes to execute. More... | |
Protected Attributes inherited from ns3::TcpGeneralTest | |
TypeId | m_congControlTypeId |
Congestion control. More... | |
TypeId | m_recoveryTypeId |
Recovery. More... | |
This unit test checks that the slow start and congestion avoidance behavior matches Linux behavior as follows: 1) in both slow start and congestion avoidance phases, presence or absence of delayed acks does not alter the window growth 2) in congestion avoidance phase, the arithmetic for counting the number of segments acked and deciding when to increment the congestion window (i.e.
following the Linux function tcp_cong_avoid_ai()) is followed. Different segment sizes (524 bytes and 1500 bytes) are tested.
This is the Congestion avoidance test.
Definition at line 209 of file tcp-linux-reno-test.cc.
TcpLinuxRenoCongAvoidTest::TcpLinuxRenoCongAvoidTest | ( | uint32_t | segmentSize, |
uint32_t | packetSize, | ||
uint32_t | packets, | ||
uint32_t | initialCwnd, | ||
uint32_t | initialSSThresh, | ||
uint32_t | delayedAck, | ||
uint32_t | expectedCwnd, | ||
TypeId & | congControl, | ||
const std::string & | desc | ||
) |
Constructor.
segmentSize | Segment size. |
packetSize | Size of the packets. |
packets | Number of packets. |
initialCwnd | Initial congestion window (segments) |
initialSSThresh | Initial slow start threshold (bytes) |
delayedAck | Delayed Acknowledgement |
expectedCwnd | Expected final m_cWnd value |
congControl | Type of congestion control. |
desc | The test description. |
Definition at line 260 of file tcp-linux-reno-test.cc.
References ns3::TcpGeneralTest::m_congControlTypeId.
|
overrideprotectedvirtual |
Change the configuration of the environment.
Reimplemented from ns3::TcpGeneralTest.
Definition at line 287 of file tcp-linux-reno-test.cc.
References m_packets, m_packetSize, ns3::TcpGeneralTest::SetAppPktCount(), ns3::TcpGeneralTest::SetAppPktSize(), and ns3::TcpGeneralTest::SetMTU().
|
overrideprotectedvirtual |
Change the configuration of the socket properties.
Reimplemented from ns3::TcpGeneralTest.
Definition at line 296 of file tcp-linux-reno-test.cc.
References m_delayedAck, m_initialCwnd, m_initialSSThresh, m_segmentSize, ns3::TcpGeneralTest::RECEIVER, ns3::TcpGeneralTest::SENDER, ns3::TcpGeneralTest::SetDelAckMaxCount(), ns3::TcpGeneralTest::SetInitialCwnd(), ns3::TcpGeneralTest::SetInitialSsThresh(), and ns3::TcpGeneralTest::SetSegmentSize().
|
overrideprotected |
Definition at line 307 of file tcp-linux-reno-test.cc.
References m_inCongAvoidance, m_increment, m_initial, m_initialCwnd, m_initialSSThresh, m_inSlowStartPhase, m_lastCwnd, m_segmentSize, NS_LOG_FUNCTION, and NS_TEST_ASSERT_MSG_EQ.
|
overrideprotectedvirtual |
Teardown the TCP test.
Reimplemented from ns3::TcpGeneralTest.
Definition at line 363 of file tcp-linux-reno-test.cc.
References m_expectedCwnd, m_lastCwnd, and NS_TEST_ASSERT_MSG_EQ.
|
overrideprotected |
Definition at line 345 of file tcp-linux-reno-test.cc.
References NS_FATAL_ERROR.
|
overrideprotected |
Definition at line 339 of file tcp-linux-reno-test.cc.
References NS_FATAL_ERROR.
|
overrideprivatevirtual |
Packet received from IP layer.
p | packet |
h | header |
who | the socket which has received the packet (SENDER or RECEIVER) |
Reimplemented from ns3::TcpGeneralTest.
Definition at line 357 of file tcp-linux-reno-test.cc.
References NS_LOG_FUNCTION.
|
overrideprivatevirtual |
Packet transmitted down to IP layer.
p | packet |
h | header |
who | the socket which has received the packet (SENDER or RECEIVER) |
Reimplemented from ns3::TcpGeneralTest.
Definition at line 351 of file tcp-linux-reno-test.cc.
References NS_LOG_FUNCTION.
|
private |
Delayed Acknowledgement.
Definition at line 251 of file tcp-linux-reno-test.cc.
Referenced by ConfigureProperties().
|
private |
Expected final cWnd value.
Definition at line 253 of file tcp-linux-reno-test.cc.
Referenced by DoTeardown().
|
private |
True if in congestion avoidance.
Definition at line 256 of file tcp-linux-reno-test.cc.
Referenced by CWndTrace().
|
private |
Congestion window increment.
Definition at line 254 of file tcp-linux-reno-test.cc.
Referenced by CWndTrace().
|
private |
True on first run.
Definition at line 255 of file tcp-linux-reno-test.cc.
Referenced by CWndTrace().
|
private |
Initial congestion window (segments)
Definition at line 249 of file tcp-linux-reno-test.cc.
Referenced by ConfigureProperties(), and CWndTrace().
|
private |
Initial slow start threshold (bytes)
Definition at line 250 of file tcp-linux-reno-test.cc.
Referenced by ConfigureProperties(), and CWndTrace().
|
private |
True if in slow start.
Definition at line 257 of file tcp-linux-reno-test.cc.
Referenced by CWndTrace().
|
private |
Last cWnd value reported.
Definition at line 252 of file tcp-linux-reno-test.cc.
Referenced by CWndTrace(), and DoTeardown().
|
private |
Number of packets to send to the socket.
Definition at line 248 of file tcp-linux-reno-test.cc.
Referenced by ConfigureEnvironment().
|
private |
Size of the packets used in socket writes.
Definition at line 247 of file tcp-linux-reno-test.cc.
Referenced by ConfigureEnvironment().
|
private |
Segment size.
Definition at line 246 of file tcp-linux-reno-test.cc.
Referenced by ConfigureProperties(), and CWndTrace().