|
|
| 572 |
void |
572 |
void |
| 573 |
DcfManager::NotifyTxStartNow (Time duration) |
573 |
DcfManager::NotifyTxStartNow (Time duration) |
| 574 |
{ |
574 |
{ |
|
|
575 |
if (m_rxing) |
| 576 |
{ |
| 577 |
m_lastRxEnd = Simulator::Now (); |
| 578 |
m_lastRxReceivedOk = false; |
| 579 |
m_rxing = false; |
| 580 |
} |
| 575 |
MY_DEBUG ("tx start for "<<duration); |
581 |
MY_DEBUG ("tx start for "<<duration); |
| 576 |
UpdateBackoff (); |
582 |
UpdateBackoff (); |
| 577 |
m_lastTxStart = Simulator::Now (); |
583 |
m_lastTxStart = Simulator::Now (); |