-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

> When a document is updated, the node which received the message to update
> the document should send this message to all the other nodes that it knows
> of.  When a node receives this message (if it hasn't received it before,
> which can be determined by the UniqueID), it passes it onto all the other
> nodes that it knows of, except for the node that it received this message
> from.
Unfortunately, this would introduce an exponential message load on the
network.  Also, your method would not eliminate cycles, so we'd have
messages circling the net forever.  Example:

A knows B,C
B knows A,C
C knows A,B

A->B
A->C
B->C (Hey, it didn't come from C, I can send to C, too bad its already
      covered)
C->A Ditto


etc..
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.1 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE5Fv9JpXyM95IyRhURArsmAJ0WkJfHSGxG4nQ1D3IP+dX9SnHdlACeK3Te
e30GfNyp4YotH/utojkbvv0=
=gEtM
-----END PGP SIGNATURE-----


_______________________________________________
Freenet-dev mailing list
Freenet-dev at lists.sourceforge.net
http://lists.sourceforge.net/mailman/listinfo/freenet-dev

Reply via email to