nuttx/net/pkt
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: 2018-06-25 12:08:10 -06:00
Make.defs
pkt_callback.c net/: Fix some incorrect comments that go back for years (but have also been cloned in newer files). The network was once interrupt driver, but now runs on the work queue with a semaphore to enforce mutual exclusion. 2018-06-23 14:09:06 -06:00
pkt_conn.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
pkt_finddev.c net/pkt: Eliminate a compile error due to missing include and also a warning. 2017-11-29 15:20:15 -06:00
pkt_input.c net/: The value ERROR should never be returned from internal OS functions. That is reserved for returning values to appliations with the errno value set. Within the OS, errors are returned with a negated errno value ALWAYS. 2019-02-14 15:38:36 -06:00
pkt_poll.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
pkt_recvfrom.c network: simplify the timeout process logic 2020-01-11 08:24:49 -06:00
pkt_send.c network: simplify the timeout process logic 2020-01-11 08:24:49 -06:00
pkt_sockif.c net: complement wireless handling as ethernet 2020-01-11 08:04:18 -03:00
pkt.h net/: Re-order the content of all address-family socket 'connection' structures so that they begin with a comomon prologue. This permits better use of logic for different address family types. 2019-09-01 08:47:01 -06:00