no message

This commit is contained in:
fbernon 2007-03-02 19:35:15 +00:00
parent 527d18a526
commit e075581d76
2 changed files with 4 additions and 1 deletions

View File

@ -42,6 +42,9 @@ HISTORY
++ 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
* pbuf.c: Fix BUG#17645 - ensure pbuf payload pointer is not moved
outside the region of the pbuf by pbuf_header()

View File

@ -328,7 +328,7 @@ Call these functions in the order of appearance:
- etharp_init()
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.
- ip_init()