#include "ns3/core-module.h"
#include "ns3/network-module.h"
#include "ns3/internet-module.h"
#include "ns3/point-to-point-module.h"
#include "ns3/applications-module.h"
#include "ns3/point-to-point-layout-module.h"
#include <iostream>
#include <iomanip>
#include <map>
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 35 of file droptail_vs_red.cc.
References ns3::ApplicationContainer::Add(), ns3::CommandLine::AddValue(), ns3::PointToPointDumbbellHelper::AssignIpv4Addresses(), first::clientApps, ns3::Simulator::Destroy(), ns3::ApplicationContainer::Get(), ns3::Ipv4Address::GetAny(), ns3::PointToPointDumbbellHelper::GetLeft(), ns3::PointToPointDumbbellHelper::GetLeftIpv4Address(), ns3::ApplicationContainer::GetN(), ns3::PointToPointDumbbellHelper::GetRight(), ns3::PacketSink::GetTotalRx(), ns3::PacketSinkHelper::Install(), ns3::OnOffHelper::Install(), ns3::PointToPointDumbbellHelper::InstallStack(), ns3::PointToPointDumbbellHelper::LeftCount(), ns3::Simulator::Now(), NS_ABORT_MSG, NS_LOG_UNCOND, ns3::CommandLine::Parse(), ns3::Ipv4GlobalRoutingHelper::PopulateRoutingTables(), port, ns3::PointToPointDumbbellHelper::RightCount(), ns3::Simulator::Run(), ns3::OnOffHelper::SetAttribute(), ns3::PointToPointHelper::SetChannelAttribute(), ns3::Config::SetDefault(), ns3::PointToPointHelper::SetDeviceAttribute(), ns3::PointToPointHelper::SetQueue(), first::stack, ns3::ApplicationContainer::Start(), and ns3::ApplicationContainer::Stop().