Skip to content

Commit

Permalink
increase recv buffer size to 8192 (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
acetcom committed Mar 15, 2018
1 parent d503fad commit 8a2699b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/core/include/3gpp_types.h
Expand Up @@ -33,7 +33,7 @@ extern "C" {
#define MAX_NUM_OF_FLOW 8 /* Num of Flow per PCC Rule */
#define MAX_NUM_OF_PACKET_FILTER 16 /* Num of Packet Filter per Bearer */

#define MAX_SDU_LEN 4096
#define MAX_SDU_LEN 8192
#define PLMN_ID_LEN 3

#define BCD_TO_BUFFER_LEN(x) (((x)+1)/2)
Expand Down

0 comments on commit 8a2699b

Please sign in to comment.