From 52c6961ab92b67d820cf2103d3fa2ce0d5f99f16 Mon Sep 17 00:00:00 2001 From: Reyk Floeter Date: Mon, 26 Feb 2007 11:59:49 +0000 Subject: re-use the retry value from table host entries for inbound relay connections. the relay will retry to connect to the hosts for the specified number of times. this sounds bad, but is a useful "workaround" for unreliable backend servers... --- usr.sbin/relayd/relayd.conf.5 | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'usr.sbin/relayd/relayd.conf.5') diff --git a/usr.sbin/relayd/relayd.conf.5 b/usr.sbin/relayd/relayd.conf.5 index 1ede18268b3..4b2fda7c381 100644 --- a/usr.sbin/relayd/relayd.conf.5 +++ b/usr.sbin/relayd/relayd.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: relayd.conf.5,v 1.27 2007/02/25 09:04:59 jmc Exp $ +.\" $OpenBSD: relayd.conf.5,v 1.28 2007/02/26 11:59:48 reyk Exp $ .\" .\" Copyright (c) 2006 Pierre-Yves Ritschard .\" @@ -369,6 +369,14 @@ headers and GET variables; see the .Sx PROTOCOLS section below. .El +.Pp +The optional host retry option will be used as a tolerance for failed +host connections, the connection will be retried for +.Ar number +more times, +see the +.Sx TABLES +section for details about host entries. .It Ic nat lookup When redirecting connections with an .Ar rdr -- cgit v1.2.3