net/usrsock: Fix debug logs and remove DEBUGASSERT from usrsockdev_do_request() In a client mode, socket() will be the first request for usrsockdev_do_request(). However, in a server mode, the first request to accepted sockets will be recv() or others which depend on applications. So I think we should remove this DEBUGASSERT from usrsockdev_do_request(). Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com> Approved-by: Gregory Nutt <gnutt@nuttx.org> |
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Make.defs | ||
| usrsock.h | ||
| usrsock_accept.c | ||
| usrsock_bind.c | ||
| usrsock_close.c | ||
| usrsock_conn.c | ||
| usrsock_connect.c | ||
| usrsock_dev.c | ||
| usrsock_event.c | ||
| usrsock_getpeername.c | ||
| usrsock_getsockname.c | ||
| usrsock_getsockopt.c | ||
| usrsock_ioctl.c | ||
| usrsock_listen.c | ||
| usrsock_poll.c | ||
| usrsock_recvfrom.c | ||
| usrsock_sendto.c | ||
| usrsock_setsockopt.c | ||
| usrsock_socket.c | ||
| usrsock_sockif.c | ||