examples: Add topology in first.cc

This commit is contained in:
howie (GCI 2019)
2020-02-02 16:46:50 +05:30
committed by Mohit P. Tahiliani
parent 75ace4cf4d
commit 830df02211

View File

@@ -20,6 +20,13 @@
#include "ns3/point-to-point-module.h"
#include "ns3/applications-module.h"
// Default Network Topology
//
// 10.1.1.0
// n0 -------------- n1
// point-to-point
//
using namespace ns3;
NS_LOG_COMPONENT_DEFINE ("FirstScriptExample");