Increase supported message size

This commit is contained in:
Anton Gerasimov 2018-09-11 17:17:48 +02:00
parent 7835e17d98
commit ae58e80c37
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
/* TODO we want to avoid malloc, and we can't be allocated 4K on the stack for
each IsoTpMessage, so for now we're setting an artificial max message size
here - for most multi-frame use cases, 256 bytes is plenty. */
#define OUR_MAX_ISO_TP_MESSAGE_SIZE 127
#define OUR_MAX_ISO_TP_MESSAGE_SIZE 1024
/* Private: IsoTp nibble specifics for PCI and Payload.
*/