From: Andrew Tridgell Date: Tue, 25 Jun 1996 13:39:04 +0000 (+0000) Subject: added comments X-Git-Tag: v1.6.4~75 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5b975c4dbee994e9d79195dfcac81fd0cc9dd24;p=thirdparty%2Frsync.git added comments rebuilt configure with autoconf --- diff --git a/util.c b/util.c index 1c733940..856ed199 100644 --- a/util.c +++ b/util.c @@ -78,6 +78,10 @@ void write_flush(int f) { } + +/* This function was added to overcome a deadlock problem when using + * ssh. It looks like we can't allow our receive queue to get full or + * ssh will clag up. Uggh. */ void read_check(int f) { int n;