mturk 2002/06/25 00:06:59 Modified: jk/native/common jk_connect.h Log: Introduced socket and cache timeout. By Jan Singer, Henri Gomez and Mladen Turk. Revision Changes Path 1.3 +3 -2 jakarta-tomcat-connectors/jk/native/common/jk_connect.h Index: jk_connect.h =================================================================== RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/common/jk_connect.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- jk_connect.h 18 Jun 2001 14:15:36 -0000 1.2 +++ jk_connect.h 25 Jun 2002 07:06:59 -0000 1.3 @@ -68,7 +68,7 @@ #include "jk_global.h" #ifndef WIN32 - #define closesocket close + #define closesocket close #endif #ifdef __cplusplus @@ -81,6 +81,7 @@ int jk_open_socket(struct sockaddr_in *addr, int ndelay, + int keepalive, jk_logger_t *l); int jk_close_socket(int s);
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>