From a5c5efbf8ca56c059709953f7fedb647dadaed06 Mon Sep 17 00:00:00 2001
From: ludovicp <ludovicp@localhost>
Date: Thu, 27 May 2010 15:28:09 +0000
Subject: [PATCH] Fix for issues #3395 and #3998. The changes improves the replica initialization protocol, especially flow control and handling connection outage.

---
 opends/src/server/org/opends/server/replication/protocol/ProtocolVersion.java |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/opends/src/server/org/opends/server/replication/protocol/ProtocolVersion.java b/opends/src/server/org/opends/server/replication/protocol/ProtocolVersion.java
index 21b0714..3b6912e 100644
--- a/opends/src/server/org/opends/server/replication/protocol/ProtocolVersion.java
+++ b/opends/src/server/org/opends/server/replication/protocol/ProtocolVersion.java
@@ -61,6 +61,7 @@
    *   ReplicationServerDSMsg message.
    *   -> also added of the server URL in RSInfo of TopologyMsg
    * - Introduction of a StopMsg for proper connections ending.
+   * - Initialization failover/flow control
    */
   public static final short REPLICATION_PROTOCOL_V4 = 4;
 

--
Gitblit v1.10.0