The following commit has been merged in the master branch: commit bb1d9076fe9268024211fbf22c434936b60bbeb7 Author: Marek Lindner lindner_marek@yahoo.de Date: Fri Oct 6 00:40:12 2006 +0200
keep alive timeout fix II
diff --git a/posix.c b/posix.c index b2b11d9..18c942c 100644 --- a/posix.c +++ b/posix.c @@ -184,7 +184,7 @@ void *client_to_gw_tun( void *arg ) { while ( ( !is_aborted() ) && ( curr_gateway != NULL ) ) {
- if (server_keep_alive_timeout + 30 < get_time()) { + if (server_keep_alive_timeout + 30000 < get_time()) {
server_keep_alive_timeout = get_time(); strcpy (buff, "ping\0");