New "reconnect" library for managing network connection attempts.
authorBen Pfaff <blp@nicira.com>
Tue, 10 Nov 2009 23:30:49 +0000 (15:30 -0800)
committerBen Pfaff <blp@nicira.com>
Thu, 12 Nov 2009 20:56:21 +0000 (12:56 -0800)
commit3ed497fc10033c9857140270d60ef6aa2d7c0c08
tree13fc8d25e8023b1a33c2b003e35c53e963b80423
parent8ecd53084ce42e2e868a9c24c57b2d9a7e59cfc2
New "reconnect" library for managing network connection attempts.

This library implements the reconnection FSM used by the "rconn" library.
Therefore, it makes sense to change rconn to use this, and I have a patch
to do that, but I am not applying it at the moment to avoid changing unrelated
code on the "db" branch.
lib/automake.mk
lib/reconnect.c [new file with mode: 0644]
lib/reconnect.h [new file with mode: 0644]
lib/vlog-modules.def
tests/automake.mk
tests/reconnect.at [new file with mode: 0644]
tests/test-reconnect.c [new file with mode: 0644]
tests/testsuite.at