decanus / research

research, notes & ideas on various subjects
https://dean.eigenmann.me
67 stars 2 forks source link

Store and Forward #20

Open decanus opened 4 years ago

decanus commented 4 years ago

As part of our improvements to whisper in vac, we have created MVDS a ARQ protocol and remote log, a standardized method for storing messages on remote servers.

However these 2 protocols do not interact, so the improvements we get from the remote-log itself are rather moderate. We need some kind of store-and-forward model using these 2 protocols in order to ensure that we get the most out of both. Giving offline nodes the ability to no longer retransmission messages locally while ensuring a message will be delivered.

The goal of this issue is to do research on how this can be done and later summarize it into a post on our forum, or create a spec out of it.

Questions

decanus commented 4 years ago

It might make sense to look at active replication here too, thanks for the pointer @oskarth.