]> andersk Git - gssapi-openssh.git/blobdiff - openssh/sshd.c
Merged hpn13v5 to trunk.
[gssapi-openssh.git] / openssh / sshd.c
index 7ca1ab1c566acb186a71a2dac7b0de559e4383cc..ac1d4697f3100efafc5f5ab9e7ddf0cf6dd80699 100644 (file)
@@ -1892,6 +1892,9 @@ main(int ac, char **av)
        }
 #endif
 
+       /* set the HPN options for the child */
+       channel_set_hpn(options.hpn_disabled, options.hpn_buffer_size);
+
        /*
         * We don't want to listen forever unless the other side
         * successfully authenticates itself.  So we set up an alarm which is
This page took 0.042031 seconds and 4 git commands to generate.