backoff is finished when the end of backoff is _equal_ to now.

This commit is contained in:
Mathieu Lacage
2007-11-15 13:03:09 +01:00
parent d9942c0c32
commit 01d2d77a76

View File

@@ -220,7 +220,7 @@ DcfManager::DoGrantAccess (void)
{
DcfState *state = *i;
if (state->NeedsAccess () &&
GetBackoffEndFor (state) < Simulator::Now ())
GetBackoffEndFor (state) <= Simulator::Now ())
{
/**
* This is the first dcf we find with an expired backoff and which