diff svr-auth.c @ 454:7e43f5e473b9

- Add -K keepalive flag for dropbear and dbclient - Try to reduce the frequency of select() timeouts - Add a max receive window size of 1MB
author Matt Johnston <matt@ucc.asn.au>
date Wed, 08 Aug 2007 15:12:06 +0000
parents baea1d43e7eb
children 4317be8b7cf9
line wrap: on
line diff
--- a/svr-auth.c	Sat Jul 28 08:59:24 2007 +0000
+++ b/svr-auth.c	Wed Aug 08 15:12:06 2007 +0000
@@ -357,7 +357,7 @@
 	encrypt_packet();
 
 	ses.authstate.authdone = 1;
-	ses.connecttimeout = 0;
+	ses.connect_time = 0;
 
 
 	if (ses.authstate.pw->pw_uid == 0) {