#include "ns3/basic-data-calculators.h"
#include "ns3/config.h"
#include "ns3/error-model.h"
#include "ns3/integer.h"
#include "ns3/internet-stack-helper.h"
#include "ns3/ipv4-address-helper.h"
#include "ns3/ipv6-address-helper.h"
#include "ns3/log.h"
#include "ns3/mac48-address.h"
#include "ns3/node.h"
#include "ns3/nstime.h"
#include "ns3/packet.h"
#include "ns3/ptr.h"
#include "ns3/simple-channel.h"
#include "ns3/simple-net-device.h"
#include "ns3/tcp-congestion-ops.h"
#include "ns3/tcp-l4-protocol.h"
#include "ns3/test.h"
#include "ns3/three-gpp-http-client.h"
#include "ns3/three-gpp-http-header.h"
#include "ns3/three-gpp-http-helper.h"
#include "ns3/three-gpp-http-server.h"
#include <list>
#include <optional>
#include <sstream>
Go to the source code of this file.
Classes | |
class | ThreeGppHttpClientServerTestSuite |
A test class for running several system tests which validate the web browsing traffic model. More... | |
class | ThreeGppHttpObjectTestCase |
A test class which verifies that each HTTP object sent is also received the same size. More... | |
class | ThreeGppHttpObjectTestCase::ThreeGppHttpObjectTracker |
Variables | |
static ThreeGppHttpClientServerTestSuite | g_httpClientServerTestSuiteInstance |
The global instance of the three-gpp-http-client-server system test. | |
|
static |
The global instance of the three-gpp-http-client-server
system test.
Definition at line 1004 of file three-gpp-http-client-server-test.cc.