View | Details | Raw Unified | Return to bug 1394
Collapse All | Expand All

(-)a/doc/tutorial/source/building-topologies.rst (-3 / +4 lines)
 Lines 808-819    Link Here 
808
::
808
::
809
809
810
#include "ns3/core-module.h"
810
#include "ns3/core-module.h"
811
#include "ns3/point-to-point-module.h"
811
#include "ns3/network-module.h"
812
#include "ns3/network-module.h"
813
#include "ns3/applications-module.h"
814
#include "ns3/wifi-module.h"
815
#include "ns3/mobility-module.h"
812
#include "ns3/csma-module.h"
816
#include "ns3/csma-module.h"
813
#include "ns3/internet-module.h"
817
#include "ns3/internet-module.h"
814
#include "ns3/point-to-point-module.h"
815
#include "ns3/applications-module.h"
816
#include "ns3/ipv4-global-routing-helper.h"
817
818
818
The network topology illustration follows:
819
The network topology illustration follows:
819
820

Return to bug 1394