mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-01-01 12:00:53 +00:00
Minor: documentation typo fix
This commit is contained in:
parent
4e74ae4bc9
commit
9cd555c51a
@ -162,7 +162,7 @@ enum netconn_state {
|
||||
* Socket implementation decrements the counter.
|
||||
*
|
||||
* For TX, there is no need to count, its merely a flag. SENDPLUS means you may send something.
|
||||
* PLUS occurs when enough data was delivered to peer so netconn_send() can be called again.
|
||||
* SENDPLUS occurs when enough data was delivered to peer so netconn_send() can be called again.
|
||||
* A SENDMINUS event occurs when the next call to a netconn_send() would be blocking.
|
||||
*/
|
||||
enum netconn_evt {
|
||||
|
Loading…
Reference in New Issue
Block a user