Commit 8c9bff57 authored by Jukka Rissanen's avatar Jukka Rissanen Committed by Anas Nashif
Browse files

doc: net: Enhance network offloading API documentation



Add small overview what network offloading means.

Signed-off-by: default avatarJukka Rissanen <jukka.rissanen@linux.intel.com>
parent ee3f7d62
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -6,6 +6,10 @@ Network Offloding
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
*************