zephyr/subsys/net
Tomasz Bursztyka 467c69d524 net: tcp: Fix TCP states swap when accepted an incoming connection
TCP states are swaped between "server" context and the new connection
context. But in any case the "server" context should loose the
information that makes it able to accept other new connections.

The swap was badly made, as the "server" context was loosing the
accept_cb (!) and the user data pointer. Instead the new connection
context was unrelevantly inheriting those.

Change-Id: Icc877449e1d4c4e59553dcbfd41718c5006edca0
Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
2017-01-20 16:23:21 +02:00
..
ip net: tcp: Fix TCP states swap when accepted an incoming connection 2017-01-20 16:23:21 +02:00
lib iot/zoap: Add a helper to find an observer by address 2017-01-20 16:23:19 +02:00
Kconfig license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
Makefile net: Restructure network protocols 2017-01-02 10:03:19 +01:00
TODO net: Update TODO list on L2 and 15.4 tasks 2016-12-16 19:14:51 +01:00
buf.c license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00