GO-2022-0550: Off-by-one Error in v2fly/v2ray-core in github.com/v2fly/v2ray-core
The highest tagged major version is
v5.
package
Version:
v4.0.2+incompatible
Opens a new window with list of versions in this module.
Published: Nov 4, 2018
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
var (
ErrRetryFailed = newError("all retry attempts failed")
)
type Strategy interface {
On(func() error) error
}
Strategy is a way to retry on a specific function.
Timed returns a retry strategy with fixed interval.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.