You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issues to be resolved. May want to open individual issues:
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)
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.
The text was updated successfully, but these errors were encountered:
Issues to be resolved. May want to open individual issues:
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)
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.
The text was updated successfully, but these errors were encountered: