From fcb129773e3b12a6393ae12f34a059cb9ff2dba4 Mon Sep 17 00:00:00 2001 From: Michael Gernoth Date: Sun, 24 May 2015 21:29:47 +0200 Subject: [PATCH] hmland: increase receive-buffer for lan-messages --- hmland.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hmland.c b/hmland.c index 6b89ece..04bb752 100644 --- a/hmland.c +++ b/hmland.c @@ -401,7 +401,7 @@ static int hmlan_format_out(uint8_t *buf, int buf_len, void *data) static int hmlan_parse_in(int fd, void *data) { struct hmcfgusb_dev *dev = data; - uint8_t buf[1025]; + uint8_t buf[131073]; uint8_t out[0x40]; //FIXME!!! uint8_t *outpos; uint8_t *inpos; -- 2.39.2