rconn: Suppress failed connection messages after the backoff maxes out.
authorBen Pfaff <blp@nicira.com>
Thu, 24 Jun 2010 19:44:47 +0000 (12:44 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 24 Jun 2010 19:44:47 +0000 (12:44 -0700)
commit07c8c80deed155a4edf5ecf262d4d2642f0c1354
tree9c166bebc195f2cb22d22a7ab885165b3b6ab6af
parentb0bfeb3e693332a98878032b5d05c85210e5feb9
rconn: Suppress failed connection messages after the backoff maxes out.

Logging a few messages about a failed connection every few seconds for
every bridge is too much.  This just logs failed connection messages for a
few attempts, then shuts them off until something changes.

Bug #2610.
lib/rconn.c