From 7cd66c36d2cbdb806b3d091e524e08cc999ec62c Mon Sep 17 00:00:00 2001 From: Oliver Jowett Date: Thu, 22 Sep 2016 15:33:21 +0100 Subject: [PATCH] Increase the TSV packet size to accomodate all the extra data recently added. (cherry picked from commit abc30ff6567d13fb24b4f25cbeadac2896fff6ca) --- net_io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net_io.c b/net_io.c index f1a7d7a..53bd578 100644 --- a/net_io.c +++ b/net_io.c @@ -1681,7 +1681,7 @@ static void modesReadFromClient(struct client *c) { } } -#define TSV_MAX_PACKET_SIZE 180 +#define TSV_MAX_PACKET_SIZE 275 static void writeFATSVEventMessage(struct modesMessage *mm, const char *datafield, unsigned char *data, size_t len) {