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> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| getaddrinfo.c | ||
| getnameinfo.c | ||
| Kconfig | ||
| socket_dispatcher.c | ||
| socket_offload.c | ||
| socketpair.c | ||
| sockets_can.c | ||
| sockets_internal.h | ||
| sockets_misc.c | ||
| sockets_net_mgmt.c | ||
| sockets_packet.c | ||
| sockets_select.c | ||
| sockets_tls.c | ||
| sockets.c | ||