libp2p / go-reuseport

reuse tcp/udp ports in golang
ISC License
763 stars 107 forks source link

ResolveAddr should deprecated or moved #69

Open anacrolix opened 5 years ago

anacrolix commented 5 years ago

The ResolveAddr method could be deprecated from this package. It's primarily used by Dial which should not be used. It limits the usable networks to those supported arbitrarily by this function. It appears also be used by github.com/sonm-io/core.