mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-09-23 17:23:52 +08:00
task #10139 (Prefer statically allocated memory): added autoip_set_struct() and dhcp_set_struct() to let autoip and dhcp work with user-allocated structs instead of callin mem_malloc
This commit is contained in:
@@ -19,6 +19,11 @@ HISTORY
|
||||
|
||||
++ New features:
|
||||
|
||||
2010-02-12: Simon Goldschmidt
|
||||
* dhcp.c/.h, autoip.c/.h: task #10139 (Prefer statically allocated
|
||||
memory): added autoip_set_struct() and dhcp_set_struct() to let autoip
|
||||
and dhcp work with user-allocated structs instead of callin mem_malloc
|
||||
|
||||
2010-02-12: Simon Goldschmidt/Jeff Barber
|
||||
* tcp.c/h: patch #6865 (SO_REUSEADDR for TCP): if pcb.so_options has
|
||||
SOF_REUSEADDR set, allow binding to endpoint in TIME_WAIT
|
||||
|
||||
Reference in New Issue
Block a user