File tree 1 file changed +0
-14
lines changed
1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -51,20 +51,6 @@ struct ChipDeviceEvent;
51
51
#define CHIP_SYSTEM_CONFIG_PACKETBUFFER_POOL_SIZE 15
52
52
#endif
53
53
54
- #ifndef CHIP_SYSTEM_CONFIG_PACKETBUFFER_CAPACITY_MAX
55
- #ifdef CONFIG_WIFI_NRF700X
56
- // Minimal mDNS uses Matter packet buffers, so as long as minimal mDNS is used
57
- // in Nordic's Wi-Fi solution, the packet buffers must be a bit bigger than what
58
- // is required by Matter.
59
- #define CHIP_SYSTEM_CONFIG_PACKETBUFFER_CAPACITY_MAX CONFIG_NRF_WIFI_IFACE_MTU
60
- #else
61
- // Matter specification requires that Matter messages fit in IPV6 MTU of 1280B
62
- // unless for large messages that can be sent over BTP or TCP. But those will
63
- // likely require a separate buffer pool or employ chained buffers.
64
- #define CHIP_SYSTEM_CONFIG_PACKETBUFFER_CAPACITY_MAX 1280
65
- #endif // CONFIG_WIFI_NRF700X
66
- #endif // CHIP_SYSTEM_CONFIG_PACKETBUFFER_CAPACITY_MAX
67
-
68
54
// ========== Platform-specific Configuration Overrides =========
69
55
70
56
// Disable Zephyr Socket extensions module, as the Zephyr RTOS now implements recvmsg()
You can’t perform that action at this time.
0 commit comments