zephyr/subsys/net/lib/sockets
Sjors Hettinga 81650746f7 net: socket: Make the send timeout configurable
When the protocol layer like TCP is blocking transmission, the socket
layer will attempt and wait for a maximum amount of time before returning
with an ENOBUFS error.
This change allows to set the maximum waiting time from the configuration
file instead of using a fixed 10 second value.

Signed-off-by: Sjors Hettinga <s.a.hettinga@gmail.com>
2023-08-16 10:30:33 +02:00
..
CMakeLists.txt net: syscalls: use zephyr_syscall_header 2023-06-17 07:57:45 -04:00
getaddrinfo.c net: sockets: getaddrinfo: Minor refactoring 2023-02-21 15:02:35 +01:00
getnameinfo.c
Kconfig net: socket: Make the send timeout configurable 2023-08-16 10:30:33 +02:00
socket_dispatcher.c iterable_sections: move to specific header 2023-05-22 10:42:30 +02:00
socket_offload.c
socketpair.c net: sockets: socketpair: Allow statically allocated socketpairs 2023-07-31 14:49:05 +02:00
sockets_can.c
sockets_internal.h
sockets_misc.c
sockets_net_mgmt.c
sockets_packet.c
sockets_select.c
sockets_tls.c net: rename shadow variables 2023-08-10 08:14:43 +00:00
sockets.c net: socket: Make the send timeout configurable 2023-08-16 10:30:33 +02:00