make sure that the retry bit is correctly initialized

This commit is contained in:
Mathieu Lacage
2007-11-22 15:00:32 +01:00
parent 94e2d9059a
commit 6a51ea96c0

View File

@@ -326,6 +326,7 @@ DcaTxop::NotifyAccessGranted (void)
m_currentHdr.SetSequenceNumber (sequence);
m_currentHdr.SetFragmentNumber (0);
m_currentHdr.SetNoMoreFragments ();
m_currentHdr.SetNoRetry ();
m_ssrc = 0;
m_slrc = 0;
m_fragmentNumber = 0;