fixed comments on netconn_shutdown to prevent using full-duplex wording...

This commit is contained in:
goldsimon 2016-05-24 10:01:03 +02:00
parent bfd3baa20e
commit 344de0e119

View File

@ -796,8 +796,8 @@ netconn_close(struct netconn *conn)
* Shut down one or both sides of a TCP netconn (doesn't delete it).
*
* @param conn the TCP netconn to shut down
* @param shut_rx abort running reads
* @param shut_tx abort running writes
* @param shut_rx shut down the RX side (no more read possible after this)
* @param shut_tx shut down the TX side (no more write possible after this)
* @return ERR_OK if the netconn was closed, any other err_t on error
*/
err_t