aboutsummaryrefslogtreecommitdiff
path: root/doc/design/git-remote-daemon.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-04-03 15:25:14 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-04-03 15:25:14 -0400
commitcc9adcff3cd8f67425c165f9506037a3905f5a12 (patch)
treeec9ed3a056f78e6fb8fd7046f1c733b34bafe03e /doc/design/git-remote-daemon.mdwn
parent87a7bad9634e7f599566bf91a148c51bcd327890 (diff)
update
Diffstat (limited to 'doc/design/git-remote-daemon.mdwn')
-rw-r--r--doc/design/git-remote-daemon.mdwn6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/design/git-remote-daemon.mdwn b/doc/design/git-remote-daemon.mdwn
index 094602b61..0cfee8430 100644
--- a/doc/design/git-remote-daemon.mdwn
+++ b/doc/design/git-remote-daemon.mdwn
@@ -128,4 +128,8 @@ communication over the above stdio protocol.
# network level protocol
-TODO How do peers communicate with one another over the network?
+How do peers communicate with one another over the network?
+
+This seems to need to be network-layer dependant. Telehash will need
+one design, and git-annex-shell on a central ssh server has a very different
+(and much simpler) design.