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

Public Member Functions

virtual void DoRun (void)
 Implementation to actually run this test case. More...
 
void HandleReadClient (Ptr< Socket > socket)
 
void HandleReadIcmpClient (Ipv6Address icmpSource, uint8_t icmpTtl, uint8_t icmpType, uint8_t icmpCode, uint32_t icmpInfo)
 
void HandleReadServer (Ptr< Socket > socket)
 
Ptr< PacketSendClient (void)
 
void SetFill (uint8_t *fill, uint32_t fillSize, uint32_t dataSize)
 
void StartClient (Ptr< Node > ClientNode)
 
void StartServer (Ptr< Node > ServerNode)
 

Private Attributes

uint8_t * m_data
 
uint32_t m_dataSize
 
uint8_t m_icmpCode
 
uint8_t m_icmpType
 
Ptr< Packetm_receivedPacketClient
 
Ptr< Packetm_receivedPacketServer
 
Ptr< Packetm_sentPacketClient
 
uint32_t m_size
 
Ptr< Socketm_socketClient
 
Ptr< Socketm_socketServer
 

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 93 of file ipv6-fragmentation-test.cc.

Member Function Documentation


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