mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-08-09 00:53:37 +08:00
patch #6865: use so_options SOF_REUSEADDR instead of flags TF_REUSEADDR (which has ben removed again)
This commit is contained in:
@@ -20,8 +20,8 @@ HISTORY
|
||||
++ New features:
|
||||
|
||||
2010-02-12: Simon Goldschmidt/Jeff Barber
|
||||
* tcp.c/h: patch #6865 (SO_REUSEADDR for TCP): if tcp_pcb.flags has
|
||||
TF_REUSEADDR set, allow binding to endpoint in TIME_WAIT
|
||||
* tcp.c/h: patch #6865 (SO_REUSEADDR for TCP): if pcb.so_options has
|
||||
SOF_REUSEADDR set, allow binding to endpoint in TIME_WAIT
|
||||
|
||||
2010-02-12: Simon Goldschmidt
|
||||
* sys layer: task #10139 (Prefer statically allocated memory): converted
|
||||
|
||||
Reference in New Issue
Block a user