A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
TcpLedbatToNewReno Class Reference

LEDBAT should be same as NewReno during slow start, and when timestamps are disabled. More...

Inheritance diagram for TcpLedbatToNewReno:
Collaboration diagram for TcpLedbatToNewReno:

Public Member Functions

 TcpLedbatToNewReno (uint32_t cWnd, uint32_t segmentSize, uint32_t ssThresh, uint32_t segmentsAcked, uint32_t bytesInFlight, Time rtt, const std::string &name)
 Constructor.
Public Member Functions inherited from ns3::TestCase
 TestCase (const TestCase &)=delete
 Caller graph was not generated because of its size.
virtual ~TestCase ()
 Destructor.
std::string GetName () const
TestCaseoperator= (const TestCase &)=delete

Private Member Functions

void DoRun () override
 Implementation to actually run this TestCase.

Private Attributes

uint32_t m_bytesInFlight
 bytes in flight
uint32_t m_cWnd
 cWnd
Time m_rtt
 rtt
uint32_t m_segmentsAcked
 segments acked
uint32_t m_segmentSize
 segment size
uint32_t m_ssThresh
 ss thresh
Ptr< TcpSocketStatem_state
 state

Additional Inherited Members

Public Types inherited from ns3::TestCase
enum class  Duration { QUICK = 1 , EXTENSIVE = 2 , TAKES_FOREVER = 3 }
 How long the test takes to execute. More...
Protected Member Functions inherited from ns3::TestCase
 TestCase (std::string name)
 Constructor.
void AddTestCase (TestCase *testCase, Duration duration=Duration::QUICK)
 Add an individual child TestCase to this test suite.
TestCaseGetParent () const
 Get the parent of this TestCase.
bool IsStatusFailure () const
 Check if any tests failed.
bool IsStatusSuccess () const
 Check if all tests passed.
void SetDataDir (std::string directory)
 Set the data directory where reference trace files can be found.
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.
bool MustAssertOnFailure () const
 Check if this run should assert on failure.
bool MustContinueOnFailure () const
 Check if this run should continue on failure.
std::string CreateDataDirFilename (std::string filename)
 Construct the full path to a file in the data directory.
std::string CreateTempDirFilename (std::string filename)
 Construct the full path to a file in a temporary directory.

Detailed Description

LEDBAT should be same as NewReno during slow start, and when timestamps are disabled.

Definition at line 27 of file tcp-ledbat-test.cc.

Constructor & Destructor Documentation

◆ TcpLedbatToNewReno()

TcpLedbatToNewReno::TcpLedbatToNewReno ( uint32_t cWnd,
uint32_t segmentSize,
uint32_t ssThresh,
uint32_t segmentsAcked,
uint32_t bytesInFlight,
Time rtt,
const std::string & name )

Constructor.

Parameters
cWndcongestion window
segmentSizesegment size
ssThreshslow start threshold
segmentsAckedsegments acked
bytesInFlightbytes in flight
rttRTT
nameName of the test

Definition at line 61 of file tcp-ledbat-test.cc.

References ns3::TestCase::TestCase(), m_bytesInFlight, m_cWnd, m_rtt, m_segmentsAcked, m_segmentSize, m_ssThresh, and segmentSize.

Here is the call graph for this function:

Member Function Documentation

◆ DoRun()

void TcpLedbatToNewReno::DoRun ( )
overrideprivatevirtual

Implementation to actually run this TestCase.

Subclasses should override this method to conduct their tests.

Implements ns3::TestCase.

Definition at line 79 of file tcp-ledbat-test.cc.

References ns3::CreateObject(), m_bytesInFlight, m_cWnd, m_segmentsAcked, m_segmentSize, m_ssThresh, m_state, and NS_TEST_ASSERT_MSG_EQ.

Here is the call graph for this function:

Member Data Documentation

◆ m_bytesInFlight

uint32_t TcpLedbatToNewReno::m_bytesInFlight
private

bytes in flight

Definition at line 57 of file tcp-ledbat-test.cc.

Referenced by TcpLedbatToNewReno(), and DoRun().

◆ m_cWnd

uint32_t TcpLedbatToNewReno::m_cWnd
private

cWnd

Definition at line 52 of file tcp-ledbat-test.cc.

Referenced by TcpLedbatToNewReno(), and DoRun().

◆ m_rtt

Time TcpLedbatToNewReno::m_rtt
private

rtt

Definition at line 56 of file tcp-ledbat-test.cc.

Referenced by TcpLedbatToNewReno().

◆ m_segmentsAcked

uint32_t TcpLedbatToNewReno::m_segmentsAcked
private

segments acked

Definition at line 54 of file tcp-ledbat-test.cc.

Referenced by TcpLedbatToNewReno(), and DoRun().

◆ m_segmentSize

uint32_t TcpLedbatToNewReno::m_segmentSize
private

segment size

Definition at line 53 of file tcp-ledbat-test.cc.

Referenced by TcpLedbatToNewReno(), and DoRun().

◆ m_ssThresh

uint32_t TcpLedbatToNewReno::m_ssThresh
private

ss thresh

Definition at line 55 of file tcp-ledbat-test.cc.

Referenced by TcpLedbatToNewReno(), and DoRun().

◆ m_state

Ptr<TcpSocketState> TcpLedbatToNewReno::m_state
private

state

Definition at line 58 of file tcp-ledbat-test.cc.

Referenced by DoRun().


The documentation for this class was generated from the following file: