freebsd-dev/usr.sbin/syslogd
Crist J. Clark fcfce9770f Don't give up on a remote log host when we get a EHOSTUNREACH or
EHOSTDOWN. These are often transient errors (when the remote host
reboots, temporary network problems, etc.), and we'd rather err on the
side of caution and keep trying send messages that never arrive than
just give up.

Note that this is not an implementation of the "back-off" methods
given in the PR. Those just seem too complicated. Why not just keep
trying each time? Trying and failing doesn't really consume
significantly more resources than if we were successful for each
message.

PR:		bin/31029
MFC after:	1 week
2002-08-25 06:05:25 +00:00
..
Makefile Use CFLAGS instead of COPTS. 2001-09-09 14:30:36 +00:00
pathnames.h
syslog.conf.5 Consistancy check: s/file system/filesystem/g 2002-05-16 02:28:39 +00:00
syslogd.8 The .Nm utility 2002-07-14 14:47:15 +00:00
syslogd.c Don't give up on a remote log host when we get a EHOSTUNREACH or 2002-08-25 06:05:25 +00:00