-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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 connect
with alternate address
#412
Comments
that's not even a valid multiaddr (udp port) . it doesnt error out on parsing?
correct behavior. maybe should change output to include the addresses. |
|
yeah, multiaddr likes to panic... |
:( i'll fix it. |
No longer panics (i fixed it), but the errors are unfriendly:
|
Also to correct my statement above:
Sorry, |
…com/stretchr/testify-1.4.0 build(deps): bump github.com/stretchr/testify from 1.3.0 to 1.4.0
ipfs swarm connect works as intended the first time it is executed with valid args:
woohoo!
Now, let's connect via udp over a port that we're pretty sure isn't exposed.
What's the desired behavior in this case?
a) command merely ensures that a connection exists between local node and the peer
The text was updated successfully, but these errors were encountered: