nuttx/net/udp
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 Make the read ahead buffer unselectable 2020-01-11 08:24:49 -06:00
Make.defs Squashed commit of the following: 2019-12-31 09:26:14 -06:00
udp_callback.c Make the read ahead buffer unselectable 2020-01-11 08:24:49 -06:00
udp_conn.c Make the read ahead buffer unselectable 2020-01-11 08:24:49 -06:00
udp_devpoll.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
udp_finddev.c tools/nxstyle.c: Fix logic error that prevent detecion of '/' and '/=' as operators. net/: Minor updates resulting from testing tools/nxstyle. 2019-03-11 12:48:39 -06:00
udp_input.c net/: Now handles reception of IPv4 packets with larger IPv4 headers containing options. 2019-08-31 12:25:30 -06:00
udp_ipselect.c Be consistent... Use Name: consistent in function headers vs Function: 2017-04-21 16:33:14 -06:00
udp_netpoll.c Make the read ahead buffer unselectable 2020-01-11 08:24:49 -06:00
udp_notifier.c Make the read ahead buffer unselectable 2020-01-11 08:24:49 -06:00
udp_psock_send.c net/udp: Remove an unused variable warning. Add some comments. 2018-04-27 18:26:38 -06:00
udp_psock_sendto_buffered.c network: simplify the timeout process logic 2020-01-11 08:24:49 -06:00
udp_psock_sendto_unbuffered.c network: simplify the timeout process logic 2020-01-11 08:24:49 -06:00
udp_send.c tools/nxstyle.c: Fix logic error that prevent detecion of '/' and '/=' as operators. net/: Minor updates resulting from testing tools/nxstyle. 2019-03-11 12:48:39 -06:00
udp_setsockopt.c network: simplify the timeout process logic 2020-01-11 08:24:49 -06:00
udp_txdrain.c network: simplify the timeout process logic 2020-01-11 08:24:49 -06:00
udp_wrbuffer_dump.c tools/nxstyle.c: Fix logic error that prevent detecion of '/' and '/=' as operators. net/: Minor updates resulting from testing tools/nxstyle. 2019-03-11 12:48:39 -06:00
udp_wrbuffer.c network: simplify the timeout process logic 2020-01-11 08:24:49 -06:00
udp.h network: simplify the timeout process logic 2020-01-11 08:24:49 -06:00