You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by mt...@apache.org on 2008/09/21 18:20:19 UTC

svn commit: r697535 - /tomcat/connectors/trunk/jk/native/common/jk_ajp_common.h

Author: mturk
Date: Sun Sep 21 09:20:19 2008
New Revision: 697535

URL: http://svn.apache.org/viewvc?rev=697535&view=rev
Log:
Add missing declaration for ping_timeout

Modified:
    tomcat/connectors/trunk/jk/native/common/jk_ajp_common.h

Modified: tomcat/connectors/trunk/jk/native/common/jk_ajp_common.h
URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/common/jk_ajp_common.h?rev=697535&r1=697534&r2=697535&view=diff
==============================================================================
--- tomcat/connectors/trunk/jk/native/common/jk_ajp_common.h (original)
+++ tomcat/connectors/trunk/jk/native/common/jk_ajp_common.h Sun Sep 21 09:20:19 2008
@@ -313,7 +313,9 @@
     int prepost_timeout;      /* before sending a request cping/cpong timeout delay in ms (0 means disabled) */
     int connection_keepalive; /* interval for sending cping packets on
                                * unused connection */
-
+    int ping_timeout;         /* generic cping/cpong timeout. Used for keepalive packets or
+                               * as default for boolean valued connect and prepost timeouts.
+                               */
     /*
      * Recovery options
      */



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