zephyr/subsys/net
Paul Sokolovsky c469b7fc9f net: tcp: Avoid spurious seqno decrements
There were decrements of TCP sequence numbers, inherited from FNET
stack implementation, as was used as an initial base. RFC793 does
not specify conditions for decrementing sequence numbers, so such
decrements are an artifact of FNET implementation. In Zephyr code,
we had to compensate for these decrements by extra increments
(including an increment-by-2). So, remove decrements and associated
extra increments to simplify the code.

Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
2017-10-25 14:19:04 +03:00
..
ip net: tcp: Avoid spurious seqno decrements 2017-10-25 14:19:04 +03:00
lib net: lwm2m: fix CREATED response code 2017-10-25 13:39:55 +03:00
buf.c
hostname.c net: Add hostname setting to Kconfig 2017-10-17 08:36:39 -04:00
Kconfig net: Add hostname setting to Kconfig 2017-10-17 08:36:39 -04:00
Kconfig.hostname net: Add hostname setting to Kconfig 2017-10-17 08:36:39 -04:00
Makefile net: Add hostname setting to Kconfig 2017-10-17 08:36:39 -04:00
TODO