Remove raw API TCP/UDP function documentation from rawapi.txt - it is now integrated in doxygen docs.

This avoid having a second description for the same stuff that is "bit-rotting" because noone remembers to update this file.
Also remove outdated and misleading zero-copy TX information.
This commit is contained in:
Dirk Ziegelmeier
2017-10-17 21:59:34 +02:00
parent d020bfc0df
commit 84b2a0f55b
2 changed files with 0 additions and 291 deletions

View File

@@ -14,7 +14,6 @@
*
* TCP connection setup
* --------------------
*
* The functions used for setting up connections is similar to that of
* the sequential API and of the BSD socket API. A new TCP connection
* identifier (i.e., a protocol control block - PCB) is created with the
@@ -37,7 +36,6 @@
*
* Receiving TCP data
* ------------------
*
* TCP data reception is callback based - an application specified
* callback function is called when new data arrives. When the
* application has taken the data, it has to call the tcp_recved()