nuttx/net/utils
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.defs
net_chksum.c
net_dsec2tick.c
net_dsec2timeval.c
net_icmpchksum.c net/: Now handles reception of IPv4 packets with larger IPv4 headers containing options. 2019-08-31 12:25:30 -06:00
net_incr32.c
net_ipchksum.c net/: Now handles reception of IPv4 packets with larger IPv4 headers containing options. 2019-08-31 12:25:30 -06:00
net_ipv6_mask2pref.c net/: Fix alignment and spacing problems found by tools/nxstyle. 2019-07-02 18:02:23 -06:00
net_ipv6_maskcmp.c
net_ipv6_pref2mask.c
net_lock.c network: simplify the timeout process logic 2020-01-11 08:24:49 -06:00
net_tcpchksum.c
net_timeval2dsec.c
net_udpchksum.c
utils.h