mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-01-14 18:36:27 +00:00
no message
This commit is contained in:
parent
527d18a526
commit
e075581d76
@ -42,6 +42,9 @@ HISTORY
|
|||||||
|
|
||||||
++ Bug fixes:
|
++ Bug fixes:
|
||||||
|
|
||||||
|
2007-03-02 Frédéric Bernon
|
||||||
|
* rawapi.txt: Fix documentation mismatch with etharp.h about etharp_tmr's call interval.
|
||||||
|
|
||||||
2007-02-28 Kieran Mansley
|
2007-02-28 Kieran Mansley
|
||||||
* pbuf.c: Fix BUG#17645 - ensure pbuf payload pointer is not moved
|
* pbuf.c: Fix BUG#17645 - ensure pbuf payload pointer is not moved
|
||||||
outside the region of the pbuf by pbuf_header()
|
outside the region of the pbuf by pbuf_header()
|
||||||
|
@ -328,7 +328,7 @@ Call these functions in the order of appearance:
|
|||||||
- etharp_init()
|
- etharp_init()
|
||||||
|
|
||||||
Initializes the ARP table and queue.
|
Initializes the ARP table and queue.
|
||||||
Note: you must call etharp_tmr at a 10 second regular interval
|
Note: you must call etharp_tmr at a ARP_TMR_INTERVAL (5 seconds) regular interval
|
||||||
after this initialization.
|
after this initialization.
|
||||||
|
|
||||||
- ip_init()
|
- ip_init()
|
||||||
|
Loading…
Reference in New Issue
Block a user