On 05/23/2012 10:07 PM, ma...@apache.org wrote:
Author: markt
-    apr_time_t    *socket_ttl;
-    apr_interval_time_t max_ttl;
+    apr_time_t    *socket_last_active;
+    apr_interval_time_t default_timeout;

Think we should move both socket_last_active and socket_timeout
to tcn_socket_t. They are always bound to socket and we won't have
to allocate two additional arrays and copying won't be needed since
they will be part of apr_pollfd's client_data


Regards
--
^TM

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

Reply via email to