Versions in this module Expand all Collapse all v25 v25.1.30 Jan 31, 2025 v25.1.1 Jan 1, 2025 Changes in this version + var ErrRetryFailed = errors.New("all retry attempts failed") + type Strategy interface + On func(func() error) error + func ExponentialBackoff(attempts int, delay uint32) Strategy + func Timed(attempts int, delay uint32) Strategy Other modules containing this package github.com/xmplusdev/xray-core github.com/xmplusdev/xray-core/v24