mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-27 15:16:03 +00:00
tcp: tiny doc update (mention tcp_output)
This commit is contained in:
parent
c597cfd6ca
commit
ad3937df58
@ -27,11 +27,12 @@
|
||||
*
|
||||
* Sending TCP data
|
||||
* ----------------
|
||||
* TCP data is sent by enqueueing the data with a call to
|
||||
* tcp_write(). When the data is successfully transmitted to the remote
|
||||
* host, the application will be notified with a call to a specified
|
||||
* callback function.
|
||||
* TCP data is sent by enqueueing the data with a call to tcp_write() and
|
||||
* triggering to send by calling tcp_output(). When the data is successfully
|
||||
* transmitted to the remote host, the application will be notified with a
|
||||
* call to a specified callback function.
|
||||
* - tcp_write()
|
||||
* - tcp_output()
|
||||
* - tcp_sent()
|
||||
*
|
||||
* Receiving TCP data
|
||||
|
Loading…
Reference in New Issue
Block a user