zephyr/doc/reference/networking/net_timeout.rst
Jukka Rissanen 9146237fa3 doc: net: Enhance net_timeout API documentation
Add overview to net_timeout API documentation.

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2019-02-21 16:39:20 -05:00

19 lines
442 B
ReStructuredText

.. _net_timeout_interface:
Network Timeout
###############
Overview
********
The ``k_delayed_work`` API has a 1 ms accuracy for a timeout value,
so the maximum timeout can be about 24 days. Some network timeouts
are longer than this, so the net_timeout API provides a generic timeout
mechanism that tracks such wraparounds and restarts the timeout as needed.
API Reference
*************
.. doxygengroup:: net_timeout
:project: Zephyr