You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.
I'd rather not make this package depend on TLS, go is really bad about trimming deps it doesn't need. Maybe this deserves a new go-multiaddr-tls package (if someone really needs it)?
What is the best interface for TLS-enabled variants of
manet.Dial
andmanet.Listen
? In the Go stdlib, thecrypto/tls
package implements functions:The
net/http
package sets the precedent of appending "TLS" to the end of TLS-enabled function names withhttp.ListenAndServeTLS
.How do you feel about adding to go-multiaddr-net the following functions?
Another option would be to include the TLS information in the multiaddr struct, which I posted about here: multiformats/multiaddr#47.
The text was updated successfully, but these errors were encountered: