zephyr/subsys
Jukka Rissanen f093b710b5 net: tcp: Add Kconfig option for auto-accepting clients
Add CONFIG_NET_TCP_AUTO_ACCEPT option which can be used to
automatically accept incoming data connection even if the
application has not yet called accept(). This can speed up
data transfer from peer to the application.
Problem with this is that if the peer sends lot of data and
we have limited amount of net_buf's available, then we can
run out of them which is very bad situation and can lead to
deadlocks. Because of this, the setting is turned off by default.

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2019-10-28 13:58:59 +02:00
..
bluetooth Bluetooth: hci: Fix Create Connection Cancel assert 2019-10-24 20:33:59 +02:00
console coccinelle: standardize k_sleep calls with integer timeouts 2019-10-09 08:38:10 -04:00
cpp cpp: support for 64-bit constructors 2019-07-30 18:55:34 -07:00
debug kconfig: assert: Introduce kconfig option ASSERT_NO_FILE_INFO 2019-10-14 09:07:29 -05:00
dfu dfu: fix printf formatting in img_util 2019-08-16 20:40:13 +02:00
disk disk: Configure default sdhc volume name for fatfs 2019-10-23 09:49:05 -05:00
fb scripts: gen_cfb_font_header: modify to replicate cfb fonts 2019-07-31 05:43:50 -04:00
fs subsys/fs: correct misinterpretation of Zephyr API 2019-10-23 07:59:01 -04:00
jwt cleanup: include/: move zephyr/jwt.h to data/jwt.h 2019-06-27 22:55:49 -04:00
logging x86: consolidate x86_64 architecture, SoC and boards 2019-10-25 17:57:55 -04:00
mgmt Bluetooth: GATT: Add support to setting permission on CCCD 2019-09-19 21:12:39 +03:00
net net: tcp: Add Kconfig option for auto-accepting clients 2019-10-28 13:58:59 +02:00
power cleanup: include/: move misc/reboot.h to power/reboot.h 2019-06-27 22:55:49 -04:00
random cleanup: include/: move entropy.h to drivers/entropy.h 2019-06-27 22:55:49 -04:00
settings settings: (NVS) fetch sector size from driver 2019-10-22 10:52:36 -05:00
shell shell: kconfig: Remove unused SHELL_MAX_LOG_MSG_BUFFERED symbol 2019-10-18 10:45:41 +02:00
stats cleanup: include/: move stats.h to stats/stats.h 2019-06-27 22:55:49 -04:00
storage subsys/storage/flash_map: detect missing flash device 2019-07-24 09:20:56 -04:00
testsuite x86: consolidate x86_64 architecture, SoC and boards 2019-10-25 17:57:55 -04:00
usb coccinelle: standardize k_thread create/define calls with integer timeouts 2019-10-09 08:38:10 -04:00
CMakeLists.txt license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
Kconfig