Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ipfs swarm peers: also include crypto and muxer used #7533

Open
mkg20001 opened this issue Jul 10, 2020 · 0 comments
Open

ipfs swarm peers: also include crypto and muxer used #7533

mkg20001 opened this issue Jul 10, 2020 · 0 comments
Labels
kind/enhancement A net-new feature or improvement to an existing feature status/ready Ready to be worked

Comments

@mkg20001
Copy link

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
@mkg20001 mkg20001 added the kind/enhancement A net-new feature or improvement to an existing feature label Jul 10, 2020
@jacobheun jacobheun added the status/ready Ready to be worked label Jul 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement A net-new feature or improvement to an existing feature status/ready Ready to be worked
Projects
None yet
Development

No branches or pull requests

2 participants