Commit 80db72f8 authored by Marian Ďurkovič's avatar Marian Ďurkovič Committed by Christophe Massiot

* en50221.c: Allow for larger TPDUs.

parent 18b0a4a0
......@@ -160,7 +160,7 @@ static uint8_t *SetLength( uint8_t *p_data, int i_length )
* Transport layer
*/
#define MAX_TPDU_SIZE 2048
#define MAX_TPDU_SIZE 4096
#define MAX_TPDU_DATA (MAX_TPDU_SIZE - 4)
#define DATA_INDICATOR 0x80
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment