Skip to content

Commit

Permalink
Use heap for packet buffer in iOS platform (#15878)
Browse files Browse the repository at this point in the history
  • Loading branch information
kpark-apple authored and pull[bot] committed Jun 9, 2022
1 parent f997111 commit 1646452
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 1646452

Please sign in to comment.