#include "tutorial-app.h"
#include "ns3/applications-module.h"
#include "ns3/core-module.h"
#include "ns3/internet-module.h"
#include "ns3/network-module.h"
#include "ns3/point-to-point-module.h"
#include <fstream>
Go to the source code of this file.
Functions | |
static void | CwndChange (Ptr< OutputStreamWrapper > stream, uint32_t oldCwnd, uint32_t newCwnd) |
Congestion window change callback. | |
static void | RxDrop (Ptr< PcapFileWrapper > file, Ptr< const Packet > p) |
Rx drop callback. | |
|
static |
Congestion window change callback.
stream | The output stream file. |
oldCwnd | Old congestion window. |
newCwnd | New congestion window. |
Definition at line 62 of file sixth.cc.
References ns3::Time::GetSeconds(), ns3::Simulator::Now(), and NS_LOG_UNCOND.
|
static |
Rx drop callback.
file | The output PCAP file. |
p | The dropped packet. |
Definition at line 76 of file sixth.cc.
References ns3::Simulator::Now(), and NS_LOG_UNCOND.