make the GetCw method public to allow DcaTxop to pick a random backoff duration

This commit is contained in:
Mathieu Lacage
2007-11-19 08:38:48 +01:00
parent bdc6fcf5dd
commit 83714d4d03

View File

@@ -20,12 +20,12 @@ public:
void ResetCw (void);
void UpdateFailedCw (void);
void StartBackoffNow (uint32_t nSlots);
uint32_t GetCw (void) const;
private:
friend class DcfManager;
uint32_t GetAifsn (void) const;
uint32_t GetCw (void) const;
uint32_t GetBackoffSlots (void) const;
Time GetBackoffStart (void) const;