forked from TrueCloudLab/frostfs-node
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> |
||
---|---|---|
.. | ||
events.go | ||
handlers.go | ||
process.go | ||
processor.go | ||
scheduler.go | ||
scheduler_test.go |