X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/4033b80b51c05ad86eb1d4584c247932d4f77f0f..0bb4d17634d41ad49043bbb9c2dc156dae2eb39a:/io.c diff --git a/io.c b/io.c index 929609ef..d5376773 100644 --- a/io.c +++ b/io.c @@ -194,7 +194,7 @@ void send_msg(enum msgcode code, char *buf, int len) * called by the generator. */ static void read_msg_fd(void) { - char buf[200]; + char buf[2048]; size_t n; int fd = msg_fd_in; int tag, len; @@ -247,7 +247,7 @@ static void read_msg_fd(void) /* Try to push messages off the list onto the wire. If we leave with more * to do, return 0. On error, return -1. If everything flushed, return 1. - * This is only called by the receiver. */ + * This is only active in the receiver. */ int msg_list_push(int flush_it_all) { static int written = 0;