incubator-nuttx/net/usrsock
SPRESENSE 8f39b20488 net/usrsock: Fix recv() couldn't peek data
Fix a bug that recv() couldn't peek receive data.
recv() would be failed by previous recv() call with MSG_PEEK.
2020-07-30 20:58:15 -05:00
..
Kconfig net: Fix dupulicated NET_USRSOCK in Kconfig 2020-07-19 20:05:50 -07:00
Make.defs net/usrsock: Add the listen/accept/getpeername/ioctl support 2018-08-26 15:15:48 -06:00
usrsock.h Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
usrsock_accept.c Replace #include <semaphore.h> to #include <nuttx/semaphore.h> 2020-02-01 08:27:30 -06:00
usrsock_bind.c Replace #include <semaphore.h> to #include <nuttx/semaphore.h> 2020-02-01 08:27:30 -06:00
usrsock_close.c Replace #include <semaphore.h> to #include <nuttx/semaphore.h> 2020-02-01 08:27:30 -06:00
usrsock_conn.c Run nxstyle all .c and .h files modified by PR. 2020-05-17 14:01:00 -03:00
usrsock_connect.c Replace #include <semaphore.h> to #include <nuttx/semaphore.h> 2020-02-01 08:27:30 -06:00
usrsock_dev.c sched/: Make more naming consistent 2020-05-17 14:01:00 -03:00
usrsock_event.c Replace #include <semaphore.h> to #include <nuttx/semaphore.h> 2020-02-01 08:27:30 -06:00
usrsock_getpeername.c Replace #include <semaphore.h> to #include <nuttx/semaphore.h> 2020-02-01 08:27:30 -06:00
usrsock_getsockname.c Replace #include <semaphore.h> to #include <nuttx/semaphore.h> 2020-02-01 08:27:30 -06:00
usrsock_getsockopt.c Replace #include <semaphore.h> to #include <nuttx/semaphore.h> 2020-02-01 08:27:30 -06:00
usrsock_ioctl.c Replace #include <semaphore.h> to #include <nuttx/semaphore.h> 2020-02-01 08:27:30 -06:00
usrsock_listen.c Replace #include <semaphore.h> to #include <nuttx/semaphore.h> 2020-02-01 08:27:30 -06:00
usrsock_poll.c Squashed commit of the following: 2019-12-31 09:26:14 -06:00
usrsock_recvfrom.c net/usrsock: Fix recv() couldn't peek data 2020-07-30 20:58:15 -05:00
usrsock_sendto.c net/usrsock: Add flags to sendto/recvfrom in usrsock 2020-07-29 09:40:51 +02:00
usrsock_setsockopt.c Replace #include <semaphore.h> to #include <nuttx/semaphore.h> 2020-02-01 08:27:30 -06:00
usrsock_socket.c Replace #include <semaphore.h> to #include <nuttx/semaphore.h> 2020-02-01 08:27:30 -06:00
usrsock_sockif.c net/: Run nxstyle against all C files. 2019-10-25 11:31:42 -06:00