rconn: Time out connection attempts when the backoff deadline passes.
authorBen Pfaff <blp@nicira.com>
Mon, 14 Jul 2008 20:34:14 +0000 (13:34 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 18 Jul 2008 21:07:03 +0000 (14:07 -0700)
commitb0533159ba7522f8a27ce7577b5b0a486a78371d
treee2125988b171ab55c2ab356772bfb91b8c0f629b
parent06aa679e95246dc57a7f6af0c2b1481ad78299c9
rconn: Time out connection attempts when the backoff deadline passes.

Otherwise, the TCP/IP implementation is responsible for connection
attempt backoff, but we want to have some control over it ourselves.
In particular we want to initially back off faster and to log a
message upon connection attempt retransmission, to make it easier
to see what has happened from the log.
lib/rconn.c