frostfs-node/pkg/network
Evgenii Stratonikov 6679d59e89 [#422] pkg/services: Provide client options on cache creation
Because options are not used when client is already in cache
providing them to shared cache is misleading at best.
In the worst case `dial_timeout` is set randomly (because of race
condition) which can lead to one service having `dial_timeout` of
another. Thus we set default client creation options when cache is
created.

Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
2021-03-15 14:07:53 +03:00
..
cache [#422] pkg/services: Provide client options on cache creation 2021-03-15 14:07:53 +03:00
transport [#398] cmd/node: Serve NetmapService.NetworkInfo RPC 2021-02-19 19:16:40 +03:00
address.go [#271] pkg/network: Add multiaddr to ipaddr converter 2020-12-25 16:49:27 +03:00
address_test.go [#43] cmd/neofs-node: Support hostnames with dns, ipv4 and ipv6 addresses 2020-10-02 11:25:36 +03:00