20 #include "ns3/simple-channel.h"
21 #include "ns3/config.h"
68 uint32_t packets,
const TypeId& congControl,
69 const std::string &desc);
71 virtual void CWndTrace (uint32_t oldValue, uint32_t newValue);
81 virtual void ConfigureEnvironment ();
82 virtual void ConfigureProperties ();
98 const std::string &desc)
112 TcpGeneralTest::ConfigureEnvironment ();
120 TcpGeneralTest::ConfigureProperties ();
146 NS_FATAL_ERROR (
"Drop on the queue; cannot validate congestion avoidance");
152 NS_FATAL_ERROR (
"Drop on the phy: cannot validate congestion avoidance");
158 uint32_t segSize =
GetSegSize (TcpGeneralTest::SENDER);
163 "Increment exceeded segment size in one RTT");
195 std::list<TypeId> types = {
196 TcpNewReno::GetTypeId (),
199 for (
const auto &t : types)
201 std::string typeName = t.
GetName ();
203 for (uint32_t i = 10; i <= 50; i += 10)
Test the behavior of RFC congestion avoidance.
void Check()
Called each RTT (1.0 sec in the testing environment) and check that the overall increment in this RTT...
virtual void CWndTrace(uint32_t oldValue, uint32_t newValue)
uint32_t m_segmentSize
Segment size.
virtual void NormalClose(SocketWho who)
uint32_t m_packets
Number of packets.
virtual void PhyDrop(SocketWho who)
EventId m_event
Check event.
virtual void ConfigureProperties()
Change the configuration of the socket properties.
bool m_initial
True on first run.
TcpNewRenoCongAvoidNormalTest(uint32_t segmentSize, uint32_t packetSize, uint32_t packets, const TypeId &congControl, const std::string &desc)
Constructor.
virtual void QueueDrop(SocketWho who)
virtual void ConfigureEnvironment()
Change the configuration of the environment.
uint32_t m_packetSize
Size of the packets.
uint32_t m_increment
Congestion window increment.
TestSuite for the behavior of RFC congestion avoidance.
TcpRenoCongAvoidTestSuite()
An identifier for simulation events.
bool IsRunning(void) const
This method is syntactic sugar for !IsExpired().
void Cancel(void)
This method is syntactic sugar for the ns3::Simulator::Cancel method.
General infrastructure for TCP testing.
void SetAppPktCount(uint32_t pktCount)
Set app packet count.
SocketWho
Used as parameter of methods, specifies on what node the caller is interested (e.g.
void SetAppPktSize(uint32_t pktSize)
Set app packet size.
void SetMTU(uint32_t mtu)
MTU of the bottleneck link.
uint32_t GetSegSize(SocketWho who)
Get the segment size of the node specified.
TypeId m_congControlTypeId
Congestion control.
void SetInitialSsThresh(SocketWho who, uint32_t initialSsThresh)
Forcefully set the initial ssthresh.
void SetSegmentSize(SocketWho who, uint32_t segmentSize)
Forcefully set the segment size.
void AddTestCase(TestCase *testCase, TestDuration duration=QUICK)
Add an individual child TestCase to this test suite.
std::string GetName(void) const
@ UNIT
This test suite implements a Unit Test.
a unique identifier for an interface.
#define NS_FATAL_ERROR(msg)
Report a fatal error with a message and terminate.
#define NS_LOG_COMPONENT_DEFINE(name)
Define a Log component with a specific name.
#define NS_TEST_ASSERT_MSG_LT_OR_EQ(actual, limit, msg)
Test that an actual value is less than or equal to a limit and report and abort if not.
Time Seconds(double value)
Construct a Time in the indicated unit.
Every class exported by the ns3 library is enclosed in the ns3 namespace.
static TcpRenoCongAvoidTestSuite g_tcpCongAvoidNormalTest
Static variable for test initialization.
static const uint32_t packetSize