Skip to content
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

odhcp6c: sync and accumulate RA & DHCPv6 events as fast as possible #82

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

alinnastac
Copy link
Contributor

This fixes dc186d6 commit which introduce accumulation delay differences between the 2 possible scenarios:

  1. When DHCPv6 bound event precede RA receival, sync script is called
    after 1 second since accumulation has been completed (i.e. RA has
    been received).
  2. When RA receival precedes DHCPv6 bound event, sync script is called
    after a delay of 10 seconds since accumulation is done.

This fixes dc186d6 commit which
introduce accumulation delay differences between the 2 possible scenarios:
 1) When DHCPv6 bound event precede RA receival, sync script is called
   after 1 second since accumulation has been completed (i.e. RA has
   been received).
 2) When RA receival precedes DHCPv6 bound event, sync script is called
    after a delay of 10 seconds since accumulation is done.

Signed-off-by: Alin Nastac <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant