Author: rjung
Date: Fri May 22 13:42:55 2015
New Revision: 1681115

URL: http://svn.apache.org/r1681115
Log:
Untangle my brain, thanks Mark.

Modified:
    tomcat/native/trunk/native/include/ssl_private.h

Modified: tomcat/native/trunk/native/include/ssl_private.h
URL: 
http://svn.apache.org/viewvc/tomcat/native/trunk/native/include/ssl_private.h?rev=1681115&r1=1681114&r2=1681115&view=diff
==============================================================================
--- tomcat/native/trunk/native/include/ssl_private.h (original)
+++ tomcat/native/trunk/native/include/ssl_private.h Fri May 22 13:42:55 2015
@@ -269,6 +269,11 @@ struct tcn_ssl_ctxt_t {
     /* for client: List of protocols to request via ALPN.
      * for server: List of protocols to accept via ALPN.
      */
+    /* member alpn is array of protocol strings encoded as a list of bytes
+     * of length alpnlen, each protocol string is prepended with a byte
+     * containing the protocol string length (max 255), then follows the
+     * protocol string itself.
+     */
     char            *alpn;
     int             alpnlen;
 };



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to