[ovs-git] Open vSwitch: jsonrpc: Properly implement connection timeout. (next)
dev at openvswitch.org
dev at openvswitch.org
Fri Jan 8 15:37:27 PST 2010
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Open vSwitch".
The branch, next has been updated
via a1ae9a4316a5d43b54b7e6f746bf43dfe56df302 (commit)
from b57f675ce5326888535f9b77342901cf2c0c76b7 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit a1ae9a4316a5d43b54b7e6f746bf43dfe56df302
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=a1ae9a4316a5d43b54b7e6f746bf43dfe56df302
Author: Ben Pfaff <blp at nicira.com>
jsonrpc: Properly implement connection timeout.
jsonrpc_session_connect() indirectly called reconnect_disconnected(), which
told the reconnect object that the connection had failed, before it told it
that the connection attempt had started. When the connection didn't
complete immediately, this caused the connection to time out immediately,
without any backoff.
Reported by Jeremy Stribling.
-----------------------------------------------------------------------
Summary of changes:
lib/jsonrpc.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
hooks/post-receive
--
Open vSwitch
More information about the git
mailing list