From c02dd7f87e9ba574f06e5cc1eb36ebeb76b9f446 Mon Sep 17 00:00:00 2001
From: mrossign <mrossign@localhost>
Date: Thu, 08 Oct 2009 16:02:17 +0000
Subject: [PATCH] - Addition of ReplServerStartDSMsg now sent to a DS connecting to a RS  in handshake phase instead of a ReplServerStartMsg. ReplServerStartDSMsg  contains same thing as ReplServerStartMsg but also contains

---
 opendj-sdk/opends/src/server/org/opends/server/replication/protocol/ProtocolVersion.java |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/opendj-sdk/opends/src/server/org/opends/server/replication/protocol/ProtocolVersion.java b/opendj-sdk/opends/src/server/org/opends/server/replication/protocol/ProtocolVersion.java
index 997267d..b2f095c 100644
--- a/opendj-sdk/opends/src/server/org/opends/server/replication/protocol/ProtocolVersion.java
+++ b/opendj-sdk/opends/src/server/org/opends/server/replication/protocol/ProtocolVersion.java
@@ -54,9 +54,12 @@
   public static final short REPLICATION_PROTOCOL_V3 = 3;
 
   /**
-   * 4th version of the replication protocol.
-   * Add to the body of the ADD/MOD/MODDN/DEL msgs, a list of attribute for
-   * ECL entry attributes.
+   * The constant for the 4th version of the replication protocol.
+   * - Add to the body of the ADD/MOD/MODDN/DEL msgs, a list of attribute for
+   *   ECL entry attributes.
+   * - Modified algorithm for choosing a RS to connect to: introduction of a
+   *   ReplicationServerDSMsg message.
+   * - Introduction of a StopMsg for proper connections ending.
    */
   public static final short REPLICATION_PROTOCOL_V4 = 4;
 

--
Gitblit v1.10.0