From 5735f73af6245fd077b9d55752c93add0b6fc12c Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 3 Apr 2014 15:25:14 -0400 Subject: [PATCH] update --- doc/design/git-remote-daemon.mdwn | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/design/git-remote-daemon.mdwn b/doc/design/git-remote-daemon.mdwn index 094602b61e..0cfee84309 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.