Added new option SO_REUSE_RXTOALL to pass received UDP broadcast/multicast packets to more than one pcb

This commit is contained in:
goldsimon
2010-05-15 14:52:39 +00:00
parent baeb41f5f4
commit a56795c149
3 changed files with 55 additions and 2 deletions

View File

@@ -14,7 +14,9 @@ HISTORY
++ New features:
2010-05-13: Simon Goldschmidt
* tcp.c, udp.c: task #6995: Implement SO_REUSEADDR (correctly)
* tcp.c, udp.c: task #6995: Implement SO_REUSEADDR (correctly), added
new option SO_REUSE_RXTOALL to pass received UDP broadcast/multicast
packets to more than one pcb.
2010-05-02: Simon Goldschmidt
* netbuf.h/.c, sockets.c, api_msg.c: use checksum-on-copy for sending