From 697a0d5a02eb3338bfd7fb7d59613fef02904971 Mon Sep 17 00:00:00 2001 From: Baptiste Mathus Date: Fri, 18 Nov 2016 15:59:38 +0100 Subject: [PATCH] Docs - Rephrasing JNLP4-plaintext a bit to clarify (#134) Docs - Rephrasing JNLP4-plaintext a bit to clarify --- docs/protocols.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/protocols.md b/docs/protocols.md index 3161d4ead..4dd75b9bd 100644 --- a/docs/protocols.md +++ b/docs/protocols.md @@ -56,9 +56,9 @@ Protocol uses non-blocking I/O wherever possible which removes the performance b * For performance testing **only**, not supported for other purposes * Cannot be used in Jenkins -This protocol was developed to allow for like for like performance comparison - between the original NIO engine used by JNLP2-connect and the new NIO engine - used by JNLP4-connect. +This protocol was developed to allow performance comparison + between the original NIO engine used by JNLP2-connect and the new NIO engine + used by JNLP4-connect. The protocol is similar to JNLP4-connect, but it does not setup the TLS encryption between agent and master.