Some ideas for multicast support.
[cascardo/f2fchat.git] / doc / multicast.txt
diff --git a/doc/multicast.txt b/doc/multicast.txt
new file mode 100644 (file)
index 0000000..aaf4088
--- /dev/null
@@ -0,0 +1,19 @@
+Invite: unicast message with group identification
+
+Group metadata: download from the swarm
+
+Message multicast ideas:
+
+1) Bittorrent
+
+Swarm downloads: when to update? Polling.
+
+2) Bitcoin
+
+How are transfers propagated?
+
+3) Fossil
+
+Create a new ID when a new message is created, propagate that, and use
+swarm to download the content. When messages history diverge, use
+merging. Try to solve a problem regarding message ordering.