-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
repeat claim up to 3 times #7
Comments
if there is no response, the client may be new. |
@t-8ch what do you think, is this worth re-introducing a taskqueue and a scheduler? |
I don't see a way of having for example the kernel do the scheduling for us directly. |
it is back now. Now it needs to be implemented after considering data structures. We do not want claims to happen 3 times, we want claims to happen up to 3 times. Since they are answered with an info packet, we can stop sending claims once we received an info packet for a claim. |
this is addressed by #30 |
see: tcatm/l3roamd#14
In case of no response a claim should be tried up to three times, each after a short delay of about 1s if no response is received. Use the relinquished flag to determine when to stop.
The text was updated successfully, but these errors were encountered: