Skip to content

Commit

Permalink
Use heap for packet buffer in iOS platform
Browse files Browse the repository at this point in the history
  • Loading branch information
kpark-apple committed Mar 4, 2022
1 parent 8895bdb commit f97a778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/ios/CHIPProjectConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
// Uncomment this for a large Tunnel MTU.
//#define CHIP_CONFIG_TUNNEL_INTERFACE_MTU (9000)

#define CHIP_SYSTEM_CONFIG_PACKETBUFFER_POOL_SIZE 300
#define CHIP_SYSTEM_CONFIG_PACKETBUFFER_POOL_SIZE 0

#define CHIP_CONFIG_DATA_MANAGEMENT_CLIENT_EXPERIMENTAL 1

Expand Down

0 comments on commit f97a778

Please sign in to comment.