X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/7612f22fb2b644a3a62e01ebbe4d67270a54cb90..0e443c99edd2dd3bed4d916f1209e71c1629f2e1:/putty.h diff --git a/putty.h b/putty.h index 26f4b40e..c935efa0 100644 --- a/putty.h +++ b/putty.h @@ -588,6 +588,12 @@ struct config_tag { int sshbug_ignore1, sshbug_plainpw1, sshbug_rsa1, sshbug_hmac2, sshbug_derivekey2, sshbug_rsapad2, sshbug_pksessid2, sshbug_rekey2; + /* + * ssh_simple means that we promise never to open any channel other + * than the main one, which means it can safely use a very large + * window in SSH-2. + */ + int ssh_simple; /* Options for pterm. Should split out into platform-dependent part. */ int stamp_utmp; int login_shell;