zephyr/subsys/shell/backends
Andriy Gelman 8232dddf1c shell: telnet: Don't close the connection on EAGAIN error
EAGAIN error is returned if the tcp window size is full. Retry
sending the packet instead of closing the connection if this
error occurs.

Also the full payload may not be sent in a single call to
net_context_send(). Keep track of the number of bytes remaining
and try to send the full payload.

Signed-off-by: Andriy Gelman <andriy.gelman@gmail.com>
2023-12-12 10:57:49 +01:00
..
CMakeLists.txt
Kconfig.backends shell: uart: Rework Kconfig dependencies 2023-11-14 16:09:08 +02:00
shell_dummy.c
shell_mqtt.c net: conn_mgr: Rename connectivity monitor 2023-08-29 16:13:37 +02:00
shell_rtt.c
shell_telnet_protocol.h
shell_telnet.c shell: telnet: Don't close the connection on EAGAIN error 2023-12-12 10:57:49 +01:00
shell_uart.c shell: shell_uart: reinstate multi-instance macro 2023-12-06 11:27:20 -08:00