mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
conn: add deprecation note
This commit is contained in:
parent
f6413ee5f5
commit
38217347c5
@ -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.
|
||||
*
|
||||
|
@ -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
|
||||
* @{
|
||||
*
|
||||
|
@ -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
|
||||
* @{
|
||||
*
|
||||
|
@ -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
|
||||
* @{
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user