summaryrefslogtreecommitdiff
path: root/doc/design/assistant/telehash.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-04-03 14:53:09 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-04-03 14:53:09 -0400
commitb5a661c2cc7084e07118e94eceb2db4406bbd48c (patch)
tree0d201230dd87eb82ceee00a929c6106a6160834e /doc/design/assistant/telehash.mdwn
parentae272fcc08653f8fbee5ee5206779098a4c16a7a (diff)
add design for git-remote-daemon
Diffstat (limited to 'doc/design/assistant/telehash.mdwn')
-rw-r--r--doc/design/assistant/telehash.mdwn7
1 files changed, 1 insertions, 6 deletions
diff --git a/doc/design/assistant/telehash.mdwn b/doc/design/assistant/telehash.mdwn
index ea507d9aa..3b427b42f 100644
--- a/doc/design/assistant/telehash.mdwn
+++ b/doc/design/assistant/telehash.mdwn
@@ -66,8 +66,7 @@ encryption.
## separate daemon?
-A `gathd` could contain all the telehash specific code, and git-annex
-communicate with it via a local socket.
+See [[git-remote-daemon]] for a design.
Advantages:
@@ -88,8 +87,4 @@ Advantages:
Disadvantages:
-* Adds a memcopy when large files are being transferred through telehash.
- Unlikely to be a bottleneck.
* Adds some complexity.
-* What IPC to use on Windows? Might have to make git-annex communicate
- with it over its stdin/stdout there.