lemunozm / message-io

Fast and easy-to-use event-driven network library.
Apache License 2.0
1.07k stars 71 forks source link

Add a reliable & ordering over UDP adapter #53

Open lemunozm opened 3 years ago

lemunozm commented 3 years ago

Internal adapter API docs here.

List of candidates:

The only requirement is that the library must allow using non-blocking with mio support.

Since this kind of adapter is highly configurable (rates, packet size,...) probably it depends first on https://github.com/lemunozm/message-io/issues/54 but the first approach with default configuration can be already done.

wakuflair commented 8 months ago

Hi lemunozm, any good news?

lemunozm commented 7 months ago

Hi, probably the above list is outdated, and the State of the Art regarding this has evolved since I wrote it.

I'm not making active changes in message-io now. But I'm open to reviewing PR with changes.