nuttx/net/neighbor
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 Squashed commit of the following: 2019-11-08 11:16:04 -06:00
neighbor_add.c Trivial update to some comments. 2019-11-08 12:06:29 -06:00
neighbor_dumpentry.c Squashed commit of the following: 2019-11-08 11:16:04 -06:00
neighbor_ethernet_out.c Squashed commit of the following: 2019-11-08 11:16:04 -06:00
neighbor_findentry.c Squashed commit of the following: 2019-11-08 11:16:04 -06:00
neighbor_globals.c network: simplify the timeout process logic 2020-01-11 08:24:49 -06:00
neighbor_lookup.c Squashed commit of the following: 2019-11-08 11:16:04 -06:00
neighbor_out.c net: complement wireless handling as ethernet 2020-01-11 08:04:18 -03:00
neighbor_snapshot.c Squashed commit of the following: 2019-11-08 11:16:04 -06:00
neighbor_update.c Squashed commit of the following: 2019-11-08 11:16:04 -06:00
neighbor.h network: simplify the timeout process logic 2020-01-11 08:24:49 -06:00