Github user breed commented on a diff in the pull request:
https://github.com/apache/zookeeper/pull/184#discussion_r194501452
--- Diff:
src/java/main/org/apache/zookeeper/server/quorum/QuorumPeerConfig.java ---
@@ -64,6 +66,8 @@
protected InetSocketAddress clientPortAddress;
protected InetSocketAddress secureClientPortAddress;
+ protected boolean sslQuorum = false;
+ protected boolean shouldUsePortUnification = false;
--- End diff --
it would be nice to expose these through JMX---
