zephyr/doc/reference/networking/net_context.rst
Jukka Rissanen edb01e229f doc: net: context: Add comment to use BSD socket API instead
The net_context API is being phased out.

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

11 lines
205 B
ReStructuredText

.. _net_context_interface:
Networking Context
##################
Overview
********
The net_context API is not meant for application use. Application should use
:ref:`bsd_sockets_interface` API instead.