From 830df02211feaf192fed6489cb598779f969bae4 Mon Sep 17 00:00:00 2001 From: "howie (GCI 2019)" <> Date: Sun, 2 Feb 2020 16:46:50 +0530 Subject: [PATCH] examples: Add topology in first.cc --- examples/tutorial/first.cc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/examples/tutorial/first.cc b/examples/tutorial/first.cc index 73cdf1fe2..ca91a83c7 100644 --- a/examples/tutorial/first.cc +++ b/examples/tutorial/first.cc @@ -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");