zephyr/subsys
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
..
bluetooth Bluetooth: Mesh: Improve Network Message Cache behavior 2017-10-24 18:23:36 +03:00
console
cpp
debug misc: userspace support for printk() 2017-10-11 09:23:57 -07:00
dfu dfu: replace FLASH_ALIGN with FLASH_WRITE_BLOCK_SIZE 2017-10-06 22:12:23 -04:00
disk
driver_handlers kernel: Provide only one _SYSCALL_HANDLER() macro 2017-10-16 13:42:15 -04:00
fs doc: fix doc misspellings 2017-10-17 14:31:52 -04:00
logging
net net: tcp: Avoid spurious seqno decrements 2017-10-25 14:19:04 +03:00
shell
usb usb: Remove default Vendor and Product ID 2017-10-19 09:30:58 -04:00
Kconfig DFU: add module for interact with mcuboot 2017-09-11 11:37:43 -04:00
Makefile sensors: implement system calls 2017-10-07 10:45:15 -07:00