Merge pull request #6005 from miri64/conn/deprecate

conn: add deprecation note
This commit is contained in:
Hauke Petersen 2016-10-27 17:04:58 +02:00 committed by GitHub
commit ac94d38657
4 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,7 @@
/**
* @defgroup net_conn Application connection API
* @ingroup net
* @deprecated Please use @ref net_sock instead
* @brief Provides a minimal common API for applications to connect to the
* different network stacks.
*

View File

@ -9,6 +9,7 @@
/**
* @defgroup net_conn_ip Raw IPv4/IPv6 connections
* @ingroup net_conn
* @deprecated Please use @ref net_sock_ip instead
* @brief Connection submodule for raw IPv4/IPv6 connections
* @{
*

View File

@ -9,6 +9,7 @@
/**
* @defgroup net_conn_tcp TCP connections
* @ingroup net_conn
* @deprecated Please use @ref net_sock_tcp instead
* @brief Connection submodule for TCP connections
* @{
*

View File

@ -9,6 +9,7 @@
/**
* @defgroup net_conn_udp UDP connections
* @ingroup net_conn
* @deprecated Please use @ref net_sock_udp instead
* @brief Connection submodule for UDP connections
* @{
*