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

doc: net: context: Add comment to use BSD socket API instead



The net_context API is being phased out.

Signed-off-by: default avatarJukka Rissanen <jukka.rissanen@linux.intel.com>
parent 9146237f
Loading
Loading
Loading
Loading
+2 −6
Original line number Diff line number Diff line
@@ -6,9 +6,5 @@ Networking Context
Overview
********


API Reference
*************

.. doxygengroup:: net_context
   :project: Zephyr
The net_context API is not meant for application use. Application should use
:ref:`bsd_sockets_interface` API instead.