diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2021-01-27 17:53:18 +0100 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2021-01-27 18:05:13 +0100 |
commit | 257cce1dccb19190ebcb4c48bac421a21daa4a56 (patch) | |
tree | 97de2a779654101691458573d7ed32b5a9cea1ab /README.md | |
parent | 9564b0ce2c239b02235414d908829fff9c684a8c (diff) |
Fixed braindead failure - Increase of NETWORK_BUFFER_MAX_SIZE > 9999 means to also increase NETWORK_BUFFER_LENGTH_DIGITS to 5.
* Fixed ARM32 xcompile warnings; Other GCC versions, other uint64_t's..
* Replaced ridiculous nDPIsrvd_JSON_BYTES with NETWORK_BUFFER_LENGTH_DIGITS.
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ It doesn't use a producer/consumer design pattern, so the wording is not precise All JSON strings sent need to be in the following format: ```text -[4-digit-number][JSON string] +[5-digit-number][JSON string] ``` ## Example: |