equal
deleted
inserted
replaced
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)), |