mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-28 18:16:13 +00:00
Fixed comments for pbuf_copy() and find_entry() as proposed by Luca Ceresoli on lwip-users
This commit is contained in:
parent
05587f5da9
commit
a9aefcc1be
@ -667,8 +667,8 @@ pbuf_dechain(struct pbuf *p)
|
|||||||
*
|
*
|
||||||
* @note Only one packet is copied, no packet queue!
|
* @note Only one packet is copied, no packet queue!
|
||||||
*
|
*
|
||||||
* @param p_to pbuf source of the copy
|
* @param p_to pbuf destination of the copy
|
||||||
* @param p_from pbuf destination of the copy
|
* @param p_from pbuf source of the copy
|
||||||
*
|
*
|
||||||
* @return ERR_OK if pbuf was copied
|
* @return ERR_OK if pbuf was copied
|
||||||
* ERR_ARG if one of the pbufs is NULL or p_to is not big
|
* ERR_ARG if one of the pbufs is NULL or p_to is not big
|
||||||
|
@ -353,7 +353,7 @@ find_entry(struct ip_addr *ipaddr, u8_t flags)
|
|||||||
* 1) empty entry
|
* 1) empty entry
|
||||||
* 2) oldest stable entry
|
* 2) oldest stable entry
|
||||||
* 3) oldest pending entry without queued packets
|
* 3) oldest pending entry without queued packets
|
||||||
* 4) oldest pending entry without queued packets
|
* 4) oldest pending entry with queued packets
|
||||||
*
|
*
|
||||||
* { ETHARP_TRY_HARD is set at this point }
|
* { ETHARP_TRY_HARD is set at this point }
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user