ipfs swarm peers: also include crypto and muxer used
Open
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
Assessment
This issue has not been assessed yet.