20 #include "ns3/simple-channel.h" 21 #include "ns3/tcp-westwood.h" 22 #include "ns3/config.h" 69 uint32_t packets,
TypeId& congControl,
70 const std::string &desc);
72 virtual void CWndTrace (uint32_t oldValue, uint32_t newValue);
82 virtual void ConfigureEnvironment ();
83 virtual void ConfigureProperties ();
99 const std::string &desc)
101 m_segmentSize (segmentSize),
113 TcpGeneralTest::ConfigureEnvironment ();
121 TcpGeneralTest::ConfigureProperties ();
147 NS_FATAL_ERROR (
"Drop on the queue; cannot validate congestion avoidance");
153 NS_FATAL_ERROR (
"Drop on the phy: cannot validate congestion avoidance");
159 uint32_t segSize =
GetSegSize (TcpGeneralTest::SENDER);
164 "Increment exceeded segment size in one RTT");
196 std::list<TypeId> types;
197 types.insert (types.begin (), TcpWestwood::GetTypeId ());
198 types.insert (types.begin (), TcpNewReno::GetTypeId ());
200 for (std::list<TypeId>::iterator it = types.begin (); it != types.end (); ++it)
202 for (uint32_t i = 10; i <= 50; i += 10)
205 "cong avoid MSS=500, pkt_size=500," + (*it).GetName ()),
208 "cong avoid MSS=500, pkt_size=1000," + (*it).GetName ()),
void SetSegmentSize(SocketWho who, uint32_t segmentSize)
Forcefully set the segment size.
virtual void QueueDrop(SocketWho who)
Drop on the queue.
#define NS_LOG_COMPONENT_DEFINE(name)
Define a Log component with a specific name.
void SetAppPktSize(uint32_t pktSize)
Set app packet size.
#define NS_FATAL_ERROR(msg)
Report a fatal error with a message and terminate.
TestSuite for the behavior of RFC congestion avoidance.
void AddTestCase(TestCase *testCase, TestDuration duration=QUICK)
Add an individual child TestCase to this test suite.
void SetMTU(uint32_t mtu)
MTU of the bottleneck link.
Test the behavior of RFC congestion avoidance.
virtual void NormalClose(SocketWho who)
Socket closed normally.
EventId m_event
Check event.
void SetInitialSsThresh(SocketWho who, uint32_t initialSsThresh)
Forcefully set the initial ssth.
virtual void ConfigureEnvironment()
Change the configuration of the environment.
uint32_t m_segmentSize
Segment size.
Every class exported by the ns3 library is enclosed in the ns3 namespace.
uint32_t m_packetSize
Size of the packets.
void Check()
Called each RTT (1.0 sec in the testing environment) and check that the overall increment in this RTT...
uint32_t GetSegSize(SocketWho who)
Get the segment size of the node specified.
TcpNewRenoCongAvoidNormalTest(uint32_t segmentSize, uint32_t packetSize, uint32_t packets, TypeId &congControl, const std::string &desc)
Constructor.
void SetAppPktCount(uint32_t pktCount)
Set app packet count.
virtual void CWndTrace(uint32_t oldValue, uint32_t newValue)
Tracks the congestion window changes.
bool m_initial
True on first run.
SocketWho
Used as parameter of methods, specifies on what node the caller is interested (e.g.
General infrastructure for TCP testing.
An identifier for simulation events.
virtual void ConfigureProperties()
Change the configuration of the socket properties.
static TcpRenoCongAvoidTestSuite g_tcpCongAvoidNormalTest
Static variable for test initialization.
Time Seconds(double value)
Construct a Time in the indicated unit.
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.
TcpRenoCongAvoidTestSuite()
virtual void PhyDrop(SocketWho who)
Link drop.
#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...
static const uint32_t packetSize
This test suite implements a Unit Test.
a unique identifier for an interface.
uint32_t m_increment
Congestion window increment.
uint32_t m_packets
Number of packets.
TypeId m_congControlTypeId
Congestion control.