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

(-)a/src/point-to-point/model/point-to-point-net-device.cc (-2 / +2 lines)
 Lines 251-256    Link Here 
251
  NS_LOG_FUNCTION (this << p);
251
  NS_LOG_FUNCTION (this << p);
252
  NS_LOG_LOGIC ("UID is " << p->GetUid () << ")");
252
  NS_LOG_LOGIC ("UID is " << p->GetUid () << ")");
253
253
254
  m_macTxTrace (p);
255
  
254
  //
256
  //
255
  // This function is called to start the process of transmitting a packet.
257
  // This function is called to start the process of transmitting a packet.
256
  // We need to tell the channel that we've started wiggling the wire and
258
  // We need to tell the channel that we've started wiggling the wire and
 Lines 568-575    Link Here 
568
  //
570
  //
569
  AddHeader (packet, protocolNumber);
571
  AddHeader (packet, protocolNumber);
570
572
571
  m_macTxTrace (packet);
572
573
  //
573
  //
574
  // We should enqueue and dequeue the packet to hit the tracing hooks.
574
  // We should enqueue and dequeue the packet to hit the tracing hooks.
575
  //
575
  //

Return to bug 2341