Skip to content

Commit c9acb13

Browse files
LuDudakkasperczyk-no
authored andcommitted
[nrf noup] Increase default number of packet buffers
This commit reverts the previous optimization of reducing the number of packet buffers in the system. Signed-off-by: Łukasz Duda <lukasz.duda@nordicsemi.no>
1 parent 9e5b1f8 commit c9acb13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platform/nrfconnect/SystemPlatformConfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ struct ChipDeviceEvent;
4747
#define CHIP_SYSTEM_CONFIG_USE_LWIP 0
4848
#define CHIP_SYSTEM_CONFIG_USE_SOCKETS 1
4949

50-
#define CHIP_SYSTEM_CONFIG_PACKETBUFFER_POOL_SIZE 8
50+
#define CHIP_SYSTEM_CONFIG_PACKETBUFFER_POOL_SIZE 15
5151

5252
// ========== Platform-specific Configuration Overrides =========

0 commit comments

Comments
 (0)