From 8332cfaf2487c863936e5636931ee2b4d6e48186 Mon Sep 17 00:00:00 2001 From: Tapan Karwa Date: Fri, 6 May 2016 09:42:14 -0700 Subject: [PATCH] Do not connect to same IFMap server (irond) after connection flap Closes-Bug: #1580685 Change-Id: Ie5b4a0a2212420ffdba138702b9b5c06d2e7de18 (cherry picked from commit 8cd9b651e4a9d4e5ed6f7f3ccf3849bf57cad442) --- src/ifmap/client/ifmap_channel.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ifmap/client/ifmap_channel.cc b/src/ifmap/client/ifmap_channel.cc index 84a45434079..83d59ef705b 100644 --- a/src/ifmap/client/ifmap_channel.cc +++ b/src/ifmap/client/ifmap_channel.cc @@ -44,7 +44,7 @@ #include const int IFMapChannel::kSocketCloseTimeout = 2 * 1000; -const uint64_t IFMapChannel::kRetryConnectionMax = 2; +const uint64_t IFMapChannel::kRetryConnectionMax = 0; using namespace boost::assign; using namespace std;