mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-01 18:02:33 +00:00
Previously, msghdr was handled by forwarding each msg_iov to offload_sendto() one by one. This is not optimal, as msg_iov payload might have been sent simultaneously which would be faster. With this commit, send_socket_data() expect payload to be formated as struct msghdr which can be used directly by both offload_sendto() and offload_sendmsg(). Signed-off-by: Xavier Chapron <xavier.chapron@stimio.fr> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
gsm_ppp.c | ||
hl7800.c | ||
Kconfig | ||
Kconfig.gsm | ||
Kconfig.hl7800 | ||
Kconfig.quectel-bg9x | ||
Kconfig.ublox-sara-r4 | ||
Kconfig.wncm14a2a | ||
modem_cmd_handler.c | ||
modem_cmd_handler.h | ||
modem_context.c | ||
modem_context.h | ||
modem_iface_uart.c | ||
modem_iface_uart.h | ||
modem_pin.c | ||
modem_receiver.c | ||
modem_receiver.h | ||
modem_shell.c | ||
modem_socket.c | ||
modem_socket.h | ||
quectel-bg9x.c | ||
quectel-bg9x.h | ||
ublox-sara-r4.c | ||
wncm14a2a.c |