frostfs-node/pkg/network
Alex Vanin 16f13bc0a5 [#522] Use HostAddrString as RPC endpoint instead of IPAddrString
To enable TLS support we can't operate with IP addresses directly.
Certificates are issued with host names so it is required to
pass them into RPC client. DNS resolving should be done by transport
layer and not be a part of node. Therefore `IPAddrString` usage is
removed from code.

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] Use HostAddrString as RPC endpoint instead of IPAddrString 2021-05-18 12:07:00 +03:00
address_test.go [#522] network: Add host address stringer 2021-05-18 12:07:00 +03:00