|
|
| 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 |
|
|
| 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 |
// |