]> andersk Git - gssapi-openssh.git/blobdiff - openssh/readconf.h
openssh-4.3p2-hpn12.diff
[gssapi-openssh.git] / openssh / readconf.h
index 4a2d095729dc8d2c733a3f03bcc6b2d6ff7ba03e..02486195bef4c4c16e86f74453dd7546093247f9 100644 (file)
@@ -60,6 +60,10 @@ typedef struct {
                                         * (best). */
        int     tcp_keep_alive; /* Set SO_KEEPALIVE. */
         int     tcp_rcv_buf; /* user switch to set tcp recv buffer */
+       int     tcp_rcv_buf_poll; /* Option to poll recv buf every window transfer */
+       int     hpn_disabled;    /* Switch to disable HPN buffer management */
+       int     hpn_buffer_size; /* User definable size for HPN buffer window */
+
        LogLevel log_level;     /* Level for logging. */
 
        int     port;           /* Port to connect. */
@@ -107,7 +111,8 @@ typedef struct {
 
        int     enable_ssh_keysign;
        int     rekey_limit;
-       int     none_switch;
+       int     none_switch;    /* use none cipher */
+       int     none_enabled;   /* Allow none to be used */
        int     no_host_authentication_for_localhost;
        int     identities_only;
        int     server_alive_interval;
This page took 0.154456 seconds and 4 git commands to generate.