From 01386a982b71de66ed2747f7ccbb9e6fd41a100a Mon Sep 17 00:00:00 2001 From: matrss Date: Sun, 8 Dec 2024 17:27:59 +0000 Subject: [PATCH] Added a comment --- .../comment_1_0eafb233b37668daa473f0415e11813f._comment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/todo/generic_p2p_socket_transport/comment_1_0eafb233b37668daa473f0415e11813f._comment diff --git a/doc/todo/generic_p2p_socket_transport/comment_1_0eafb233b37668daa473f0415e11813f._comment b/doc/todo/generic_p2p_socket_transport/comment_1_0eafb233b37668daa473f0415e11813f._comment new file mode 100644 index 0000000000..e341ce2158 --- /dev/null +++ b/doc/todo/generic_p2p_socket_transport/comment_1_0eafb233b37668daa473f0415e11813f._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="matrss" + avatar="http://cdn.libravatar.org/avatar/59541f50d845e5f81aff06e88a38b9de" + subject="comment 1" + date="2024-12-08T17:27:59Z" + content=""" +I suppose this wouldn't have to communicate over unix sockets either, it could also use stdin/stdout like `git annex shell p2pstdio`, but without skipping authentication, instead using the `git annex p2p` pairing process. Something like socat could then be used to connect those stdin/stdout's to a unix socket, tcp port, or whatever else. +"""]]