]> andersk Git - gssapi-openssh.git/blobdiff - openssh/readconf.h
openssh-4.4p1-hpn12v13.diff
[gssapi-openssh.git] / openssh / readconf.h
index a3d30242054494e7f6a53f5dbc0b9c512c279432..7e1d9f2609d172ad959124fc3fb5222a79c45bc8 100644 (file)
@@ -58,6 +58,11 @@ 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 */
+       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. */
@@ -103,6 +108,8 @@ typedef struct {
 
        int     enable_ssh_keysign;
        int     rekey_limit;
+       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.034456 seconds and 4 git commands to generate.