frostfs-node/pkg/network
Alex Vanin 8d8d9eccbd [#522] network: Fix issue with empty endpoint in multiaddr
Before fix `:8080` host address was parsed as `/dns4/tcp/8080`
multiaddress. However such multiaddress is not correct. In this
case `dns4` section should be omitted, but it breaks `manet.DialArgs`.

To solve this issue we explicitly set 0.0.0.0 address.

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
2021-05-18 12:07:00 +03:00
..
cache [#425] Adapt the Client's refactoring to the interface 2021-03-17 15:00:37 +03:00
transport Update neofs-api-go to v1.26.0 2021-05-10 09:45:11 +03:00
address.go [#522] network: Fix issue with empty endpoint in multiaddr 2021-05-18 12:07:00 +03:00
address_test.go [#522] network: Fix issue with empty endpoint in multiaddr 2021-05-18 12:07:00 +03:00