From: Bjoern Sikora Date: Wed, 13 Oct 2010 13:18:59 +0000 (+0200) Subject: Added a TODO: Failure handling. X-Git-Tag: v1.1~52 X-Git-Url: http://developer.intra2net.com/git/?p=bpdyndnsd;a=commitdiff_plain;h=f87cad8de17061bcbf71aa7dfb7670845f04e8a7 Added a TODO: Failure handling. --- diff --git a/docs/TODO b/docs/TODO index 70f3d74..b4dcbdf 100644 --- a/docs/TODO +++ b/docs/TODO @@ -3,3 +3,7 @@ - Configurable user-agent with version string placeholder (%V?) - HTTP proxy authentication + +- Improve dealing with problems when update for particular service fails (static failure (Auth data) / temporary failure (DNS) ) + -> static failure: e.g. disable service. + -> temporary failure: e.g. increase timeout for that service.