switch to using socketpair instead of pipe if possible. This fixes the
authorAndrew Tridgell <tridge@samba.org>
Fri, 28 Jan 2000 12:37:58 +0000 (12:37 +0000)
committerAndrew Tridgell <tridge@samba.org>
Fri, 28 Jan 2000 12:37:58 +0000 (12:37 +0000)
commit08f15335b5b469b29cbdacd0fc5ba48d76acf280
tree1d1cbf606965c350dbd152673d8228019b6192ab
parentbd36966bed1d14461557973f91adf4f29bc92c08
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.
configure.in
io.c
main.c
rsync.h
util.c