zephyr/subsys
Robert Lubos 5ff1022fa1 net: websockets: Fix send with large payload
In case the payload and header size exceeded the network MTU size,
`websocket_send_msg()` would only send a part of the payload,
effectively leading to erronous results if called again to send the
rest. Fix the issue, by calling `sendmsg()` in a loop internally in case
it did not manage to send the entire websocket message in a single call.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2021-11-23 13:21:09 -05:00
..
bluetooth Bluetooth: Controller: Fix dummy ISO Broadcast PDU for correct LLID 2021-11-23 18:16:23 +01:00
canbus canbus: isotp: fix net_buf usage in recv function 2021-11-09 18:12:08 +02:00
console
cpp
debug kconfig: debug: experimental settings now uses select EXPERIMENTAL 2021-10-25 10:46:48 +02:00
demand_paging
dfu
disk
emul i2c: emul: Add get_config function 2021-11-02 16:46:33 +01:00
fb
fs fs: Correct LOG_ERR messages for directory API calss 2021-11-09 16:04:34 -06:00
ipc ipc_service: Add new RPMsg with static VRINGs backend 2021-11-22 23:03:23 -05:00
jwt
logging logging: Minimal mode configuration cleanup 2021-11-20 11:58:40 -05:00
lorawan kconfig: lorawan: experimental settings now uses select EXPERIMENTAL 2021-10-25 10:46:48 +02:00
mgmt mgmt/osdp: Handle errors in uart_fifo_read() 2021-11-23 10:39:03 -05:00
modbus
net net: websockets: Fix send with large payload 2021-11-23 13:21:09 -05:00
pm pm: pm_ctrl.c -> constraint.c 2021-11-23 18:12:15 +01:00
portability portability: cmsis: use correct type for atomics 2021-11-15 09:59:01 -05:00
random
settings settings: add shell commands for reading settings 2021-11-22 08:32:56 -05:00
shell logging: Minimal mode configuration cleanup 2021-11-20 11:58:40 -05:00
stats stats: fixed implicit integer sign extension in stats_get_off() 2021-10-28 15:15:56 -04:00
storage
task_wdt task_wdt: fix overflow in current_ticks making wdt get stuck 2021-11-22 20:22:11 -05:00
testsuite kernel: mem_domain: add/remove partition funcs to return errors 2021-11-22 12:45:22 -05:00
timing
tracing Tracing: k_free tracing hook heap reference added 2021-11-16 09:45:01 -05:00
usb usb: cdc_acm: use same init level and priority as serial drivers 2021-11-18 14:29:18 +01:00
CMakeLists.txt
Kconfig