examples/csma-multicast.cc
changeset 1452 973c456d3684
parent 1446 f9bc98cbe5fe
child 1455 d1dc9446655d
equal deleted inserted replaced
1451:e421081dd580 1452:973c456d3684
    83   DebugComponentEnable("Ipv4Interface");
    83   DebugComponentEnable("Ipv4Interface");
    84   DebugComponentEnable("ArpIpv4Interface");
    84   DebugComponentEnable("ArpIpv4Interface");
    85   DebugComponentEnable("Ipv4LoopbackInterface");
    85   DebugComponentEnable("Ipv4LoopbackInterface");
    86 #endif
    86 #endif
    87 
    87 
    88   DebugComponentEnable("Channel");
       
    89   DebugComponentEnable("CsmaChannel");
       
    90   DebugComponentEnable("CsmaMulticast");
       
    91   DebugComponentEnable("CsmaNetDevice");
       
    92   DebugComponentEnable("OnOffApplication");
       
    93   DebugComponentEnable("PacketSocket");
       
    94   DebugComponentEnable("UdpSocket");
       
    95   DebugComponentEnable("UdpL4Protocol");
       
    96   DebugComponentEnable("Ipv4L3Protocol");
       
    97   DebugComponentEnable("Ipv4StaticRouting");
       
    98   DebugComponentEnable("Ipv4Interface");
       
    99   DebugComponentEnable("ArpIpv4Interface");
       
   100   DebugComponentEnable("Ipv4LoopbackInterface");
       
   101 //
    88 //
   102 // Set up default values for the simulation.  Use the DefaultValue::Bind()
    89 // Set up default values for the simulation.  Use the DefaultValue::Bind()
   103 // technique to tell the system what subclass of Queue to use.  The Bind
    90 // technique to tell the system what subclass of Queue to use.  The Bind
   104 // command command tells the queue factory which class to instantiate when the
    91 // command command tells the queue factory which class to instantiate when the
   105 // queue factory is invoked in the topology code
    92 // queue factory is invoked in the topology code