[tools][lkboot] expand transfer buffer

This is a bit of a hack.
This commit is contained in:
Brian Swetland
2014-11-20 16:23:50 -08:00
parent 825207bb99
commit 52c893a85e

View File

@@ -85,7 +85,7 @@ static int upload(int s, int txfd, int txlen) {
return 0;
}
#define REPLYMAX (1 * 1024 * 1024)
#define REPLYMAX (9 * 1024 * 1024)
static unsigned char replybuf[REPLYMAX];
static unsigned replylen = 0;