mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-28 00:35:22 +00:00
If the udp packet was successfully delivered to the application, and if the application did not want to send anything back to sender, then then uip_slen(buf) will be 0. In this case we MUST NOT set uip_len(buf) to 0 as that would cause the net_buf to be released by RX fiber. In this case it is application responsibility to release the buffer. Change-Id: I43cf9b147a45294288dc3c631908b034e1a4ab6a Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com> |
||
---|---|---|
arch | ||
config | ||
doc | ||
drivers | ||
include | ||
kernel | ||
lib/libc | ||
misc | ||
net | ||
samples | ||
scripts | ||
shared/include/nanokernel/x86 | ||
.gitattributes | ||
.gitignore | ||
.mailmap | ||
Kconfig | ||
Makefile | ||
Makefile.inc | ||
zephyr-env.sh |