mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-08-08 00:23:39 +08:00
tcpip.c: Moved call to ip_init(), udp_init() and tcp_init() from tcpip_thread() to tcpip_init()
This commit is contained in:
@@ -42,6 +42,12 @@ HISTORY
|
||||
|
||||
++ Bug fixes:
|
||||
|
||||
2007-03-02 Simon Goldschmidt
|
||||
* tcpip.c: Moved call to ip_init(), udp_init() and tcp_init() from
|
||||
tcpip_thread() to tcpip_init(). This way, raw API connections can be
|
||||
initialized before tcpip_thread is running (e.g. before OS is started)
|
||||
|
||||
=======
|
||||
2007-03-02 Frédéric Bernon
|
||||
* rawapi.txt: Fix documentation mismatch with etharp.h about etharp_tmr's call interval.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user