zephyr/subsys
june li 504b273b85 net: tcp: Do buf ref when resending a segment
We need to check whether buf_sent was true when resending the TCP
segment, and do a buf ref if needed. If this is not done, the buf
will be unref after send, which will cause unpredictable results.

Change-Id: Ibd4490305de88ac6ffd04ec42bba196e57da5c10
Signed-off-by: june li <junelizh@foxmail.com>
2017-04-21 14:19:50 +03:00
..
bluetooth Bluetooth: convert to using newly introduced integer sized types 2017-04-20 13:25:23 -05:00
console Revert "subsys/console: Yield on char availability." 2017-04-06 14:56:23 +03:00
debug Introduce new sized integer typedefs 2017-04-20 16:07:08 +00:00
disk Introduce new sized integer typedefs 2017-04-20 16:07:08 +00:00
fs Introduce new sized integer typedefs 2017-04-20 16:07:08 +00:00
logging spell: fix doxygen comment typos: /subsys 2017-04-19 18:44:06 +00:00
net net: tcp: Do buf ref when resending a segment 2017-04-21 14:19:50 +03:00
shell shell: If enabled, let's register telnet console as an input 2017-01-27 12:35:53 +02:00
usb spell: fix doxygen comment typos: /subsys 2017-04-19 18:44:06 +00:00
Kconfig subsys: console: Add pull-style console API support. 2017-04-01 20:44:17 +00:00
Makefile subsys: console: Add pull-style console API support. 2017-04-01 20:44:17 +00:00