libp2p / go-libp2p-examples

Example libp2p applications
MIT License
338 stars 145 forks source link

remove the secio option, add an insecure option to disable encryption #28

Closed marten-seemann closed 5 years ago

marten-seemann commented 5 years ago

The option shouldn't be named -secio, since we'll soon use TLS to secure connection. Also, it doesn't hurt to encrypt by default, so the new option is -insecure instead of -secure.