]> andersk Git - openssh.git/blobdiff - readconf.h
- djm@cvs.openbsd.org 2003/05/15 14:55:25
[openssh.git] / readconf.h
index 991e20091e57966fe4214a714618333c783dc973..c884de68b76facd334f3505a3e0f4c64c5209d16 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: readconf.h,v 1.49 2003/05/15 01:48:10 jakob Exp $     */
+/*     $OpenBSD: readconf.h,v 1.50 2003/05/15 14:55:25 djm Exp $       */
 
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -60,6 +60,8 @@ typedef struct {
        int     port;           /* Port to connect. */
        int     connection_attempts;    /* Max attempts (seconds) before
                                         * giving up */
+       int     connection_timeout;     /* Max time (seconds) before
+                                        * aborting connection attempt */
        int     number_of_password_prompts;     /* Max number of password
                                                 * prompts. */
        int     cipher;         /* Cipher to use. */
This page took 0.055485 seconds and 4 git commands to generate.