mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-05 21:01:56 +00:00
The client TLS code did not handle server issued close properly. Now the connection is terminated properly and TLS thread is left up to wait more requests from the user. This commits adds new boolean field to net_app context. Because there are already multiple boolean flags there, convert them all to bitfields to save space. Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com> |
||
---|---|---|
.. | ||
arch | ||
bluetooth | ||
crypto | ||
debug | ||
dfu | ||
display | ||
drivers | ||
dt-bindings | ||
fs | ||
linker | ||
logging | ||
misc | ||
net | ||
shell | ||
toolchain | ||
usb | ||
zephyr | ||
adc.h | ||
aio_comparator.h | ||
atomic.h | ||
cache.h | ||
clock_control.h | ||
console.h | ||
counter.h | ||
crc16.h | ||
device.h | ||
disk_access.h | ||
dma.h | ||
eth.h | ||
flash.h | ||
fs.h | ||
gpio.h | ||
i2c.h | ||
i2s.h | ||
init.h | ||
ipm.h | ||
irq_offload.h | ||
irq.h | ||
json.h | ||
kernel_version.h | ||
kernel.h | ||
led_strip.h | ||
pinmux.h | ||
power.h | ||
pthread.h | ||
pwm.h | ||
random.h | ||
rtc.h | ||
sensor.h | ||
shared_irq.h | ||
spi_legacy.h | ||
spi.h | ||
sw_isr_table.h | ||
sys_clock.h | ||
sys_io.h | ||
syscall.h | ||
toolchain.h | ||
uart.h | ||
watchdog.h | ||
zephyr.h |