fixed bug #41680 raw socket can not receive IPv6 packet when IP_SOF_BROADCAST_RECV==1

This commit is contained in:
Simon Goldschmidt
2014-02-27 22:18:45 +01:00
parent c60635855d
commit d9d0c52770
2 changed files with 15 additions and 8 deletions

View File

@@ -96,6 +96,10 @@ HISTORY
++ Bugfixes:
2014-02-27: Simon Goldschmidt
* raw.c: fixed bug #41680 raw socket can not receive IPv6 packet when
IP_SOF_BROADCAST_RECV==1
2014-02-27: Simon Goldschmidt
* api_msg.c, sockets.c: fixed bug #38404 getpeeraddr returns success on
unconnected/listening TCP sockets