1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-10-17 03:35:02 +08:00

p2p: split forward into 2 commands

License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
This commit is contained in:
Łukasz Magiera
2018-06-18 18:57:27 +02:00
parent eb45436512
commit f5ab137fc0
4 changed files with 65 additions and 29 deletions

View File

@ -163,6 +163,7 @@ func TestCommands(t *testing.T) {
"/p2p",
"/p2p/close",
"/p2p/forward",
"/p2p/listen",
"/p2p/ls",
"/p2p/stream",
"/p2p/stream/close",