zephyr/net
Rohit Grover 769e2541d1 net: revert tcpip_poll_tcp() to not require a data_buf
tcpip_poll_tcp() was changed with commit 61edc68c to take on a
data_buf parameter, which was then processed as the primary
buffer. That change led to incorrect behaviour where the handling
of the first data buffer on a connection got mixed with the SYN buf.
It is no longer clear why tcpip_poll_tcp() was modified with the
change 61edc68c originally. Reverting the modification to
tcpip_poll_tcp() leads to much better handling of TCP data; and
also obviates another pull-request submitted recently:
https://gerrit.zephyrproject.org/r/#/c/4226.

Change-Id: I947c0991495c538c41e6581c8d360526b1bb89ad
Signed-off-by: Rohit Grover <rohit.grover@arm.com>
2016-09-06 15:11:03 +00:00
..
bluetooth doc: Fix terminology in Kconfig files for 'platform' 2016-08-18 21:17:29 +00:00
ip net: revert tcpip_poll_tcp() to not require a data_buf 2016-09-06 15:11:03 +00:00
Kconfig
Makefile net/yaip: revert merge 2016-07-22 04:43:09 +00:00
buf.c net: buf: Fix compiling with debug options 2016-07-25 14:24:39 +00:00