mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Matthew Swift
07.09.2011 3fa96f9f6b64d1fc01b95a71a987625bcfd29cab
opendj-sdk/opends/src/server/org/opends/server/replication/protocol/ReplSessionSecurity.java
@@ -77,17 +77,6 @@
   */
  private final String sslCipherSuites[];
  /**
   * The default soTimeout value to be used at handshake phases. (DS<->RS and
   * RS<->RS)
   */
  public static final int HANDSHAKE_TIMEOUT = 4000;
  /**
   * The default connection timeout.
   */
  public static final int CONNECTION_TIMEOUT = 4000;
  /**