]> asedeno.scripts.mit.edu Git - PuTTY.git/commit - unix/uxproxy.c
Add an explicit PROXY_FUZZ that just feeds a file into the backend.
authorBen Harris <bjh21@bjh21.me.uk>
Sat, 17 Oct 2015 13:06:06 +0000 (14:06 +0100)
committerBen Harris <bjh21@bjh21.me.uk>
Wed, 28 Oct 2015 22:08:58 +0000 (22:08 +0000)
commitf6b81af006cd4a9211bf97ced0fcbfb153897035
treea69be8090d8a35c78bf41aff4f4f57ca0d173aa2
parentb9cb75e8c5fa84f7837ea1a335381881d2227ca4
Add an explicit PROXY_FUZZ that just feeds a file into the backend.

This saves the need to fork and exec "cat", which should speed things
up.  It also ensures that the network output goes to /dev/null, which
should avoid problems with blocking when writing to a full pipe.
putty.h
unix/uxplink.c
unix/uxproxy.c