ipfs / ipfs/kubo

ipfs swarm peers: also include crypto and muxer used

Open
#7,533 0 comments 0 reactions 0 assignees View on GitHub
kind/enhancement status/ready
Dominant language
Go
Stars
17.1k
Forks
3.2k
Avg merge
3d 18h
Merged PRs (30d)
11

Description

Current output of `ipfs swarm peers --verbose`

```
[address] [direction]
[stream]
[stream]
```

It would be cool if the output could include the crypto and muxer used

```
[address] [crypto] [muxer] [direction]
[stream]
[stream]
```

Example:

```
/ip4/1.2.3.4/tcp/1234/p2p/Qm... /secio/1.0.0 /yamux/1.0.0 inbound
/ipfs/kad/1.0.0
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.