This repository was archived by the owner on Nov 18, 2024. It is now read-only.
UDP #40
winksaville
started this conversation in
General
UDP
#40
Replies: 2 comments 7 replies
-
I guess the main requirements are;
Anything missed? |
Beta Was this translation helpful? Give feedback.
5 replies
-
I'm sure there are many existing protocols, but let's see how hard it would be;
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When creating an SM you generally assume that messages sent from a particular peer arrive ordered and without loss. To assume otherwise makes creating the SM astronomically harder.
Thus, I suggest not using UDP directly and instead build a new messaging specific protocol on top of UDP (to much work) or choose an existing reliable protocol.
Thoughts?
Beta Was this translation helpful? Give feedback.
All reactions