From: Andrew Tridgell Date: Fri, 28 Jan 2000 12:37:58 +0000 (+0000) Subject: switch to using socketpair instead of pipe if possible. This fixes the X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/08f15335b5b469b29cbdacd0fc5ba48d76acf280?hp=08f15335b5b469b29cbdacd0fc5ba48d76acf280 switch to using socketpair instead of pipe if possible. This fixes the ssh clag problems as long as you also fix the same problem in sshd removed all the old read buffering code from io.c as this was only there to try to reduce the chance of clagging up sshd. ---