]> andersk Git - gssapi-openssh.git/blobdiff - openssh/readconf.h
applied http://www.psc.edu/networking/projects/hpn-ssh/openssh-4.3p1-hpn11-none.diff...
[gssapi-openssh.git] / openssh / readconf.h
index 4565b2c2cedabd42cc95334be089295a45368135..08134b6e2f1e30775b8e7638dd813d6f76459955 100644 (file)
@@ -57,6 +57,7 @@ typedef struct {
        int     compression_level;      /* Compression level 1 (fast) to 9
                                         * (best). */
        int     tcp_keep_alive; /* Set SO_KEEPALIVE. */
+        int     tcp_rcv_buf; /* user switch to set tcp recv buffer */
        LogLevel log_level;     /* Level for logging. */
 
        int     port;           /* Port to connect. */
@@ -102,6 +103,7 @@ typedef struct {
 
        int     enable_ssh_keysign;
        int     rekey_limit;
+       int     none_switch;
        int     no_host_authentication_for_localhost;
        int     identities_only;
        int     server_alive_interval;
This page took 0.030559 seconds and 4 git commands to generate.