Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Aug 2002 23:05:25 -0700 (PDT)
From:      "Crist J. Clark" <cjc@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/syslogd syslogd.c
Message-ID:  <200208250605.g7P65PSE095742@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
cjc         2002/08/24 23:05:25 PDT

  Modified files:
    usr.sbin/syslogd     syslogd.c 
  Log:
  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
  
  Revision  Changes    Path
  1.105     +20 -3     src/usr.sbin/syslogd/syslogd.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200208250605.g7P65PSE095742>