-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make changes to the transition mechanism
First, reply with the most recently received LACP PDU version. This is so that if one side is sending both the old and new versions, then the peer side will send both versions to keep both listeners happy. This also allows for using the new version packets even when the retry count is 3 on both sides. This can only be triggered remotely; there's no local command to force a particular version to be used. Second, reset the 60-second timer preventing the retry count from being reset back to 3 every time a new version PDU is received. This keeps that setting persistent for longer with the downside of a delayed response to the retry count being reset to 3. Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
- Loading branch information
1 parent
27cdefb
commit 51b1191
Showing
1 changed file
with
62 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters