From f86370693bdb2189232bbc608d6394e729b51b08 Mon Sep 17 00:00:00 2001 From: matrss Date: Tue, 8 Apr 2025 11:26:29 +0000 Subject: [PATCH] Spoke with mih and he said this could be useful in the project context --- doc/todo/generic_p2p_socket_transport.mdwn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/todo/generic_p2p_socket_transport.mdwn b/doc/todo/generic_p2p_socket_transport.mdwn index 6137b73a0b..d86bb9ed97 100644 --- a/doc/todo/generic_p2p_socket_transport.mdwn +++ b/doc/todo/generic_p2p_socket_transport.mdwn @@ -12,3 +12,5 @@ My understanding is that the current tor p2p support is essentially a special ca This should also make it possible to build e.g. a `git annex enable-yggstack` and `yggstack-annex::.pk.ygg` remote in terms of enable-p2p-socket and `p2p-annex::`, even outside of git-annex itself. What do you think? + +[[!tag projects/INM7]]