From: Andrew Tridgell Date: Tue, 25 Jun 1996 13:39:04 +0000 (+0000) Subject: added comments X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/c5b975c4dbee994e9d79195dfcac81fd0cc9dd24 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;