src/devices/p2p/p2p-net-device.cc
changeset 728 95c426b1cb60
parent 607 1b7abeccfcda
child 767 c36570ed4f5e
equal deleted inserted replaced
727:3bcec84f9f54 728:95c426b1cb60
    30 
    30 
    31 NS_DEBUG_COMPONENT_DEFINE ("PointToPointNetDevice");
    31 NS_DEBUG_COMPONENT_DEFINE ("PointToPointNetDevice");
    32 
    32 
    33 namespace ns3 {
    33 namespace ns3 {
    34 
    34 
    35 PointToPointNetDevice::PointToPointNetDevice (Ptr<INode> node) 
    35 PointToPointNetDevice::PointToPointNetDevice (Ptr<Node> node) 
    36 : 
    36 : 
    37   NetDevice(node, MacAddress ("00:00:00:00:00:00")), 
    37   NetDevice(node, MacAddress ("00:00:00:00:00:00")), 
    38   m_txMachineState (READY),
    38   m_txMachineState (READY),
    39   m_bps (DataRate (0xffffffff)),
    39   m_bps (DataRate (0xffffffff)),
    40   m_tInterframeGap (Seconds(0)),
    40   m_tInterframeGap (Seconds(0)),