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 Bluetooth: samples: Use Kconfig DEVICE_NAME variable when possible 2017-01-28 08:43:41 +02:00
central doc: update bluetooth samples with pointers 2017-01-26 20:02:35 +00:00
central_hr doc: update bluetooth samples with pointers 2017-01-26 20:02:35 +00:00
eddystone Bluetooth: samples: Use Kconfig DEVICE_NAME variable when possible 2017-01-28 08:43:41 +02:00
gatt Bluetooth: samples: Use Kconfig DEVICE_NAME variable when possible 2017-01-28 08:43:41 +02:00
handsfree Bluetooth: samples: Add missing README.rst files 2017-02-07 10:52:08 +02:00
hci_uart Bluetooth: Reuse HCI command buffers for the command response 2017-02-05 22:39:25 +02:00
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 Bluetooth: samples: Use Kconfig DEVICE_NAME variable when possible 2017-01-28 08:43:41 +02:00
peripheral_csc Bluetooth: samples: Use Kconfig DEVICE_NAME variable when possible 2017-01-28 08:43:41 +02:00
peripheral_dis Bluetooth: samples: Use Kconfig DEVICE_NAME variable when possible 2017-01-28 08:43:41 +02:00
peripheral_esp Bluetooth: samples: Use Kconfig DEVICE_NAME variable when possible 2017-01-28 08:43:41 +02:00
peripheral_hids Bluetooth: samples: Use Kconfig DEVICE_NAME variable when possible 2017-01-28 08:43:41 +02:00
peripheral_hr Bluetooth: samples: Add hexiwear_k64 and frdm_k64f to tests 2017-03-07 12:21:29 +01:00
peripheral_sc_only Bluetooth: samples: Add missing README.rst files 2017-02-07 10:52:08 +02:00
scan_adv Bluetooth: samples: Add combined observer & broadcaster app 2017-03-07 12:21:29 +01:00
bluetooth.rst