nuttx/net/usrsock
Xiang Xiao 5c5c08efcd network: simplify the timeout process logic
1.Consolidate absolute to relative timeout conversion into one place(_net_timedwait)
2.Drive the wait timeout logic by net_timedwait instead of devif_timer
This patch help us remove devif_timer(period tick) to save the power in the future.

Change-Id: I534748a5d767ca6da8a7843c3c2f993ed9ea77d4
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2020-01-11 08:24:49 -06:00
..
Kconfig Squashed commit of the following: 2019-12-31 09:26:14 -06:00
Make.defs net/usrsock: Add the listen/accept/getpeername/ioctl support 2018-08-26 15:15:48 -06:00
usrsock_accept.c network: simplify the timeout process logic 2020-01-11 08:24:49 -06:00
usrsock_bind.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
usrsock_close.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
usrsock_conn.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
usrsock_connect.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
usrsock_dev.c network: simplify the timeout process logic 2020-01-11 08:24:49 -06:00
usrsock_event.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
usrsock_getpeername.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
usrsock_getsockname.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
usrsock_getsockopt.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
usrsock_ioctl.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
usrsock_listen.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
usrsock_poll.c Squashed commit of the following: 2019-12-31 09:26:14 -06:00
usrsock_recvfrom.c network: simplify the timeout process logic 2020-01-11 08:24:49 -06:00
usrsock_sendto.c network: simplify the timeout process logic 2020-01-11 08:24:49 -06:00
usrsock_setsockopt.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
usrsock_socket.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
usrsock_sockif.c net/: Run nxstyle against all C files. 2019-10-25 11:31:42 -06:00
usrsock.h Squashed commit of the following: 2019-12-31 09:26:14 -06:00