#include <iomanip>
#include "ns3/log.h"
#include "ns3/abort.h"
#include "ns3/test.h"
#include "ns3/pcap-file.h"
#include "ns3/config.h"
#include "ns3/string.h"
#include "ns3/uinteger.h"
#include "ns3/data-rate.h"
#include "ns3/inet-socket-address.h"
#include "ns3/point-to-point-helper.h"
#include "ns3/internet-stack-helper.h"
#include "ns3/ipv4-global-routing-helper.h"
#include "ns3/ipv4-address-helper.h"
#include "ns3/packet-sink-helper.h"
#include "ns3/tcp-socket-factory.h"
#include "ns3/node-container.h"
#include "ns3/simulator.h"
#include "ns3/error-model.h"
#include "ns3/pointer.h"
#include "ns3tcp-socket-writer.h"
#include "ns3/tcp-westwood.h"
Go to the source code of this file.
Classes | |
class | Ns3TcpLossTestCase |
class | Ns3TcpLossTestSuite |
Functions | |
NS_LOG_COMPONENT_DEFINE ("Ns3TcpLossTest") | |
Variables | |
static Ns3TcpLossTestSuite | ns3TcpLossTestSuite |
const uint32_t | PCAP_LINK_TYPE = 1187373557 |
const uint32_t | PCAP_SNAPLEN = 64 |
const bool | WRITE_LOGGING = false |
const bool | WRITE_VECTORS = false |
NS_LOG_COMPONENT_DEFINE | ( | "Ns3TcpLossTest" | ) |
|
static |
Definition at line 495 of file ns3tcp-loss-test-suite.cc.
const uint32_t PCAP_LINK_TYPE = 1187373557 |
Definition at line 49 of file ns3tcp-loss-test-suite.cc.
Referenced by Ns3TcpLossTestCase::DoSetup().
const uint32_t PCAP_SNAPLEN = 64 |
Definition at line 50 of file ns3tcp-loss-test-suite.cc.
Referenced by Ns3TcpLossTestCase::DoSetup(), and Ns3TcpLossTestCase::Ipv4L3Tx().
const bool WRITE_LOGGING = false |
Definition at line 48 of file ns3tcp-loss-test-suite.cc.
const bool WRITE_VECTORS = false |
Definition at line 47 of file ns3tcp-loss-test-suite.cc.