Improve documentation: Some words about multiple execution contexts in lwIP

This commit is contained in:
Dirk Ziegelmeier
2016-09-29 12:51:45 +02:00
parent 65796cd827
commit 682b82aad8
6 changed files with 66 additions and 6 deletions

View File

@@ -3,7 +3,7 @@
* Sequential API External module
*
* @defgroup netconn Netconn API
* @ingroup threadsafe_api
* @ingroup sequential_api
* Thread-safe, to be called from non-TCPIP threads only.
* TX/RX handling based on @ref netbuf (containing @ref pbuf)
* to avoid copying data around.