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

ddm protocol version negotiation #157

Open
rcgoodfellow opened this issue Jan 26, 2024 · 0 comments
Open

ddm protocol version negotiation #157

rcgoodfellow opened this issue Jan 26, 2024 · 0 comments
Labels
ddm Delay Driven Multipath

Comments

@rcgoodfellow
Copy link
Collaborator

rcgoodfellow commented Jan 26, 2024

Things currently work between v1 and v2 peers because ddm v1 does no version checking at all. So ddm v2 speakers can send out discovery packets with the version set to 2, and ddm v1 speakers can send out discovery packets with the version set to 1, and as long a v2 router speaks version 1 after discovering a v1 peer, things will work. However, this will not work for version 3. So we need to implement version negotiation. This would also not work for changes in the discovery protocol, if we were to have changes there. So we need to come up with a general way for both protocols to evolve.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ddm Delay Driven Multipath
Projects
None yet
Development

No branches or pull requests

1 participant