So far only non-blocking accept() and recvfrom() were suported. This patch implements blocking behavior, with the use of poll(fd, POLLIN) as helper mechanism. Signed-off-by: Marcin Niestroj <m.niestroj@emb.dev> |
||
|---|---|---|
| .. | ||
| canbus.c | ||
| CMakeLists.txt | ||
| Kconfig | ||
| loopback.c | ||
| nsos.h | ||
| nsos_adapt.c | ||
| nsos_errno.c | ||
| nsos_errno.h | ||
| nsos_fcntl.c | ||
| nsos_fcntl.h | ||
| nsos_netdb.c | ||
| nsos_netdb.h | ||
| nsos_sockets.c | ||
| ppp.c | ||
| slip.c | ||
| slip.h | ||