On 05/23/2012 10:07 PM, [email protected] 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to