mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-01-13 15:38:09 +00:00
Fix mentioning functions that do not take pbufs as argument in pbuf layer docs
This commit is contained in:
parent
980a919c9a
commit
0673fcdb44
@ -71,8 +71,8 @@ extern "C" {
|
||||
*/
|
||||
typedef enum {
|
||||
/** Includes spare room for transport layer header, e.g. TCP header.
|
||||
* Use this if you intend to pass the pbuf to functions like udp_send(),
|
||||
* tcp_write(), netconn_send() or netconn_write().
|
||||
* Use this if you intend to pass the pbuf to functions like udp_send() or
|
||||
* tcp_write().
|
||||
*/
|
||||
PBUF_TRANSPORT,
|
||||
/** Includes spare room for IP header.
|
||||
|
Loading…
Reference in New Issue
Block a user