Browse Source

modules: hal_nordic: nrf_802154: Increase default number of RX buffers

This commit increases the default number of RX buffers to ensure
headroom for full IPv6 MTU.

Signed-off-by: Łukasz Duda <lukasz.duda@nordicsemi.no>
pull/92708/head
Łukasz Duda 3 weeks ago committed by Daniel DeGrasse
parent
commit
613478f189
  1. 2
      modules/hal_nordic/Kconfig

2
modules/hal_nordic/Kconfig

@ -183,7 +183,7 @@ config NRF_802154_CCA_CORR_LIMIT
config NRF_802154_RX_BUFFERS config NRF_802154_RX_BUFFERS
int "nRF 802.15.4 receive buffers" int "nRF 802.15.4 receive buffers"
default 16 default 20
help help
Number of buffers in nRF 802.15.4 driver serialization host's receive queue. Number of buffers in nRF 802.15.4 driver serialization host's receive queue.
If this value is modified, its remote counterpart must be set to the exact same value. If this value is modified, its remote counterpart must be set to the exact same value.

Loading…
Cancel
Save