]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Factor out common parts of ssh_unthrottle and sshfwd_unthrottle.
authorBen Harris <bjh21@bjh21.me.uk>
Tue, 17 May 2016 13:57:51 +0000 (15:57 +0200)
committerBen Harris <bjh21@bjh21.me.uk>
Fri, 20 May 2016 20:33:46 +0000 (21:33 +0100)
commit0e1b0e24c19fa78fde796319c01f29e5593a2918
tree517f824f8ba095ff8c10024e48b770652b906a67
parentde52cc859726a8a0e6179040e3d678bd568abcef
Factor out common parts of ssh_unthrottle and sshfwd_unthrottle.

The SSH-2 code is essentially all shared, but SSH-1 still has some
code specific to the stdout/stderr case.
ssh.c