Files
narya/core/src
Claridtimo a942d5d3dc TLS for inter-node peer connections
When the cluster's client port is TLS-enabled, peer connections (which connect to
that same port) must also speak TLS. PeerManager gains setPeerClientContext/
getPeerClientContext, and PeerNode installs that context on its client before
logon. Null (the default) leaves peering plaintext — a no-op, so non-TLS clusters
are unchanged.
2026-06-29 22:16:57 +12:00
..