A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
TcpTestCase Class Reference
+ Inheritance diagram for TcpTestCase:

Public Member Functions

 TcpTestCase (uint32_t totalStreamSize, uint32_t sourceWriteSize, uint32_t sourceReadSize, uint32_t serverWriteSize, uint32_t serverReadSize, bool useIpv6)
 

Private Member Functions

Ptr< SimpleNetDeviceAddSimpleNetDevice (Ptr< Node > node, const char *ipaddr, const char *netmask)
 
Ptr< SimpleNetDeviceAddSimpleNetDevice6 (Ptr< Node > node, Ipv6Address ipaddr, Ipv6Prefix prefix)
 
Ptr< NodeCreateInternetNode (void)
 
Ptr< NodeCreateInternetNode6 (void)
 
virtual void DoRun (void)
 Implementation to actually run this test case. More...
 
virtual void DoTeardown (void)
 Implementation to do any local setup required for this test case. More...
 
void ServerHandleConnectionCreated (Ptr< Socket > s, const Address &addr)
 
void ServerHandleRecv (Ptr< Socket > sock)
 
void ServerHandleSend (Ptr< Socket > sock, uint32_t available)
 
void SetupDefaultSim (void)
 
void SetupDefaultSim6 (void)
 
void SourceHandleRecv (Ptr< Socket > sock)
 
void SourceHandleSend (Ptr< Socket > sock, uint32_t available)
 

Private Attributes

uint32_t m_currentServerRxBytes
 
uint32_t m_currentServerTxBytes
 
uint32_t m_currentSourceRxBytes
 
uint32_t m_currentSourceTxBytes
 
uint32_t m_serverReadSize
 
uint8_t * m_serverRxPayload
 
uint32_t m_serverWriteSize
 
uint32_t m_sourceReadSize
 
uint8_t * m_sourceRxPayload
 
uint8_t * m_sourceTxPayload
 
uint32_t m_sourceWriteSize
 
uint32_t m_totalBytes
 
bool m_useIpv6
 

Additional Inherited Members

- Public Types inherited from ns3::TestCase
enum  TestDuration { 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)
 
void AddTestCase (TestCase *testCase) NS_DEPRECATED
 Add an individual test case to this test suite. More...
 
void AddTestCase (TestCase *testCase, enum TestDuration duration)
 Add an individual test case to this test suite. More...
 
std::string CreateDataDirFilename (std::string filename)
 
std::string CreateTempDirFilename (std::string filename)
 
bool GetErrorStatus (void) const NS_DEPRECATED
 
std::string GetName (void) const
 
bool IsStatusFailure (void) const
 
bool IsStatusSuccess (void) const
 
bool MustAssertOnFailure (void) const
 
bool MustContinueOnFailure (void) const
 
void ReportTestFailure (std::string cond, std::string actual, std::string limit, std::string message, std::string file, int32_t line)
 
void SetDataDir (std::string directory)
 

Detailed Description

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

Member Function Documentation

void TcpTestCase::DoRun ( void  )
privatevirtual

Implementation to actually run this test case.

Subclasses should override this method to conduct their tests.

Implements ns3::TestCase.

Definition at line 143 of file tcp-test.cc.

void TcpTestCase::DoTeardown ( void  )
privatevirtual

Implementation to do any local setup required for this test case.

Subclasses should override this method to perform any costly per-test teardown

Reimplemented from ns3::TestCase.

Definition at line 180 of file tcp-test.cc.


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