Penguin
Note: You are viewing an old revision of this page. View the current version.

Discussion document for replacement for wand

Please add any issues you can foresee, or pros and cons of any of the current issues.

TCP vs UDP

TCP makes it harder to spoof source address, and allows things like SSL.

Client/Server vs "p2p"

robustness - no reliance on single (or group) of machines

Although if a server (eg deuterium) does go down, the other routers can still talk to each other.

Complexity

need n^2 paths if every peer talks to every other peer.

AddToMe