Go to file
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
.known-issues
arch Introduce new sized integer typedefs 2017-04-20 16:07:08 +00:00
boards xtensa port: Added documentation for xt-sim board. 2017-04-20 21:07:15 +00:00
doc
drivers Bluetooth: convert to using newly introduced integer sized types 2017-04-20 13:25:23 -05:00
dts
ext
include net: zoap: Remove unused helper function 2017-04-21 14:19:49 +03:00
kernel Introduce new sized integer typedefs 2017-04-20 16:07:08 +00:00
lib lib: convert to using newly introduced integer sized types 2017-04-20 11:56:00 -05:00
misc misc: Support left-justification in printk() 2017-04-21 11:06:16 +00:00
samples Merge "Merge bluetooth branch into master" 2017-04-20 16:55:36 +00:00
scripts Introduce new sized integer typedefs 2017-04-20 16:07:08 +00:00
subsys net: tcp: Do buf ref when resending a segment 2017-04-21 14:19:50 +03:00
tests Merge "Merge bluetooth branch into master" 2017-04-20 16:55:36 +00:00
.checkpatch.conf
.gitattributes
.gitignore
.gitreview
.mailmap
defaults.tc
Kbuild build: Add separate DTS target 2017-04-20 14:36:10 +00:00
Kconfig
Kconfig.zephyr
LICENSE
MAINTAINERS
Makefile build: Add separate DTS target 2017-04-20 14:36:10 +00:00
Makefile.inc build: Add separate DTS target 2017-04-20 14:36:10 +00:00
Makefile.test
zephyr-env.sh