r3026: - added automatic retry to messages when the servers listen queue is
authorAndrew Tridgell <tridge@samba.org>
Sun, 17 Oct 2004 22:28:26 +0000 (22:28 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:59:59 +0000 (12:59 -0500)
commit8cddc610a25e64c1ad39dd6a2fc2e7f467e04fc9
tree6ad4e90354335c4a969bbd2be1b01c303f8aaa14
parenta8c49a0de3f806bddaf6bd594ec052cf9f4a3fab
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
source/lib/messaging/messaging.c
source/torture/local/messaging.c