Subject: CVS commit: wip/go-backoff
From: Tobias Nygren
Date: 2015-03-12 22:15:31
Message id: E1YWASK-0000lg-Ou@sfs-ml-2.v29.ch3.sourceforge.com

Log Message:
Import go-backoff-20141124 as wip/go-backoff.

This is a Go port of the exponential backoff algorithm from
google-http-java-client.

Exponential backoff is an algorithm that uses feedback to multiplicatively
decrease the rate of some process, in order to gradually find an acceptable
rate. The retries exponentially increase and stop increasing when a certain
threshold is met.


Files:
RevisionActionfile
1.1addwip/go-backoff/DESCR
1.1addwip/go-backoff/Makefile
1.1addwip/go-backoff/PLIST
1.1addwip/go-backoff/buildlink3.mk
1.1addwip/go-backoff/distinfo