Versions in this module Expand all Collapse all v0 v0.1.0 Apr 13, 2021 Changes in this version + const KeyFile + const PermConnKeyFile + var ErrAbortDial = errors.New("dialing aborted") + var RetryDialInterval = time.Duration(0) + func CreateBase64ConnKey(cfgDir string) error + func KeyFilePath(cfgDir string) string + func LoadConnKey(cfgDir string) (tm_ed25519.PrivKey, error) + func RetryDial(cfgDir, address string, logger *types.SyncLogger) (net.Conn, error)