mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-03 23:34:41 +00:00
This patch fixes an issue with TCP options reading. Previous approach was accessing the options with pointers (th + 1). This does not work if TCP options span multiple net_pkt buffer fragments. Instead net_pkt functions must be used. Signed-off-by: Ruslan Mstoi <ruslan.mstoi@intel.com> |
||
---|---|---|
.. | ||
bluetooth | ||
canbus | ||
console | ||
cpp | ||
debug | ||
dfu | ||
disk | ||
fb | ||
fs | ||
jwt | ||
logging | ||
mgmt | ||
net | ||
power | ||
random | ||
settings | ||
shell | ||
stats | ||
storage | ||
testsuite | ||
tracing | ||
usb | ||
CMakeLists.txt | ||
Kconfig |