r3026: - added automatic retry to messages when the servers listen queue is
commitca7e02fd3708a048cd691e6c2fc0357ffcc3b694
authorAndrew Tridgell <tridge@samba.org>
Sun, 17 Oct 2004 22:28:26 +0000 (17 22:28 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:59:59 +0000 (10 12:59 -0500)
tree320c69a9e953113ced59659cba4406445a74cd83
parent9a499a801006950bd44d30e8b136685c3a197d48
r3026: - added automatic retry to messages when the servers listen queue is
  full. This means callers can just "send and forget" rather than
  having to check for a temporary failure. The mechanism takes nice
  advantage of the timed events handling is our events code. A message
  will only fail now if we completely run out of some resource (such
  as memory).

- changed the test code not to do retries itself, but only to warn on real failures
(This used to be commit 8cddc610a25e64c1ad39dd6a2fc2e7f467e04fc9)
source4/lib/messaging/messaging.c
source4/torture/local/messaging.c