task #6995: Implement SO_REUSEADDR (correctly)

This commit is contained in:
goldsimon
2010-05-12 22:29:58 +00:00
parent ef0a7ecbcd
commit d0348e0c60
3 changed files with 91 additions and 62 deletions

View File

@@ -13,6 +13,9 @@ HISTORY
++ New features:
2010-05-13: Simon Goldschmidt
* tcp.c, udp.c: task #6995: Implement SO_REUSEADDR (correctly)
2010-05-02: Simon Goldschmidt
* netbuf.h/.c, sockets.c, api_msg.c: use checksum-on-copy for sending
UDP data for LWIP_NETIF_TX_SINGLE_PBUF==1