diff options
author | http://johan.kiviniemi.name/ <http://johan.kiviniemi.name/@web> | 2013-07-23 11:37:15 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-07-23 11:37:15 +0000 |
commit | 826486cd0505ce0c1f5591a7d00cbe37d4530039 (patch) | |
tree | fae99322c584337d7e092fdf44c609917e51ef19 | |
parent | 80f34e1e99d11d868c68aeb3e28e8431454db67d (diff) |
removed
-rw-r--r-- | doc/todo/A_really_simple_way_to_pair_devices_like_bittorent_sync/comment_2_e9e4d59b5771aafdb090781630cceb6b._comment | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/todo/A_really_simple_way_to_pair_devices_like_bittorent_sync/comment_2_e9e4d59b5771aafdb090781630cceb6b._comment b/doc/todo/A_really_simple_way_to_pair_devices_like_bittorent_sync/comment_2_e9e4d59b5771aafdb090781630cceb6b._comment deleted file mode 100644 index 028d7faa0..000000000 --- a/doc/todo/A_really_simple_way_to_pair_devices_like_bittorent_sync/comment_2_e9e4d59b5771aafdb090781630cceb6b._comment +++ /dev/null @@ -1,8 +0,0 @@ -[[!comment format=mdwn - username="http://johan.kiviniemi.name/" - ip="83.145.237.224" - subject="comment 2" - date="2013-07-23T11:36:30Z" - content=""" -Transferring the data over XMPP would almost certainly take too much XMPP server bandwidth, but using something like [https://developers.google.com/talk/libjingle/](libjingle) to set up P2P connections should work nicely. That would require libjingle (or equivalent) bindings for Haskell, though. Libjingle negotiates over XMPP to set up the P2P connection and provides a TCP-like layer for reliable, ordered communication. One could use that for both git metadata and the file transfers. -"""]] |