zephyr/samples/bluetooth
Jukka Rissanen d32503f57e net: nbuf: Split one global DATA pool to RX and TX DATA pools
If we receive lot of packets, it might happen that we exhaust
all the DATA buffers in the system. This would prevent from
us sending anything to the network.
Change this by splitting the DATA buffer pool into RX and TX
parts. This way RX flooding cannot consume all DATA buffers
that needs to be sent.

Change-Id: I8e8934c6d5fdd47b579ffa6268721b5eb3d64b6d
Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2017-03-09 20:33:43 +02:00
..
beacon
central
central_hr
eddystone
gatt
handsfree
hci_uart
hci_usb hci_usb: Add project configuration for tinyTile board. 2017-03-07 11:19:11 +00:00
ipsp net: nbuf: Split one global DATA pool to RX and TX DATA pools 2017-03-09 20:33:43 +02:00
peripheral
peripheral_csc
peripheral_dis
peripheral_esp
peripheral_hids
peripheral_hr Bluetooth: samples: Add hexiwear_k64 and frdm_k64f to tests 2017-03-07 12:21:29 +01:00
peripheral_sc_only
scan_adv Bluetooth: samples: Add combined observer & broadcaster app 2017-03-07 12:21:29 +01:00
bluetooth.rst