Increase the TSV packet size to accomodate all the extra data recently added.
(cherry picked from commit abc30ff656
)
This commit is contained in:
parent
f6075212f4
commit
7cd66c36d2
1 changed files with 1 additions and 1 deletions
2
net_io.c
2
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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue