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

Continue DTLS for links work #2132

Closed
plorenz opened this issue Jun 11, 2024 · 1 comment
Closed

Continue DTLS for links work #2132

plorenz opened this issue Jun 11, 2024 · 1 comment
Labels
Orange router Issue relates to the router

Comments

@plorenz
Copy link
Member

plorenz commented Jun 11, 2024

Issues to be resolved. May want to open individual issues:

  1. Strategy for hello

Do we retry hello until we get an ack? Send once and timeout? How does the other side handle giving up? Lack of heartbeat? How does DTLS library handle multiple connections on same port? Assuming it must distinguish them somehow. Is there anyway to include hello information in DTLS handshake? (haven't found anything yet)

  1. xgress chunking

Need to make sure messages don't exceed datagram size. Might want even smaller chunking based on smallest MTU of path. Do we need additional frame so we can reassmble? Time to introduce stream vs packetized semantics on service?

Would it make sense to allow links to do additional chunking? Would complicate reassembly. Probably doesn't make sense.

@plorenz plorenz converted this from a draft issue Jun 11, 2024
@plorenz plorenz added Orange router Issue relates to the router labels Jun 11, 2024
@plorenz plorenz closed this as not planned Won't fix, can't repro, duplicate, stale Sep 20, 2024
@github-project-automation github-project-automation bot moved this from Planning to Done in Routing.Next Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Orange router Issue relates to the router
Projects
Status: Done
Development

No branches or pull requests

1 participant