doc: net: Enhance network offloading API documentation

Add small overview what network offloading means.

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
This commit is contained in:
Jukka Rissanen 2019-02-20 13:15:16 +02:00 committed by Anas Nashif
commit 8c9bff57a0

View file

@ -6,6 +6,10 @@ Network Offloding
Overview Overview
******** ********
The network offloading API provides hooks that a device vendor can use
to provide an alternate implementation for an IP stack. This means that the
actual network connection creation, data transfer, etc., is done in the vendor
HAL instead of the Zephyr network stack.
API Reference API Reference
************* *************