Bug fix for IPv4-mapped IPv6 addresses.
Setting IPv6 sockets with IPV6_V6ONLY flag to avoid getting IP packets with IPv4-mapped IPv6 addresses on IPv6 sockets.
This commit is contained in:
parent
66ea2ab11d
commit
537581d8ad
14
ChangeLog
14
ChangeLog
@ -2,6 +2,13 @@
|
|||||||
Version 1.6.16
|
Version 1.6.16
|
||||||
*******************************************************************************
|
*******************************************************************************
|
||||||
|
|
||||||
|
2012-01-04 Fabrice Fontaine <fabrice.fontaine(at)orange.com>
|
||||||
|
|
||||||
|
Bug fix for IPv4-mapped IPv6 addresses.
|
||||||
|
|
||||||
|
Setting IPv6 sockets with IPV6_V6ONLY flag to avoid getting IP packets
|
||||||
|
with IPv4-mapped IPv6 addresses on IPv6 sockets.
|
||||||
|
|
||||||
|
|
||||||
*******************************************************************************
|
*******************************************************************************
|
||||||
Version 1.6.15
|
Version 1.6.15
|
||||||
@ -22,13 +29,6 @@ Version 1.6.15
|
|||||||
Changing sockaddr_in into sockaddr_storage in Upnp_Discovery to be able
|
Changing sockaddr_in into sockaddr_storage in Upnp_Discovery to be able
|
||||||
to retrieve IPv6 addresses of devices in Control Points using pupnp.
|
to retrieve IPv6 addresses of devices in Control Points using pupnp.
|
||||||
|
|
||||||
2012-01-04 Fabrice Fontaine <fabrice.fontaine(at)orange.com>
|
|
||||||
|
|
||||||
Bug fix for IPv4-mapped IPv6 addresses.
|
|
||||||
|
|
||||||
Setting IPv6 sockets with IPV6_V6ONLY flag to avoid getting IP packets
|
|
||||||
with IPv4-mapped IPv6 addresses on IPv6 sockets.
|
|
||||||
|
|
||||||
2012-01-09 Marcelo Roberto Jimenez <mroberto(at)users.sourceforge.net>
|
2012-01-09 Marcelo Roberto Jimenez <mroberto(at)users.sourceforge.net>
|
||||||
|
|
||||||
SF Bug tracker, ID: 3469344
|
SF Bug tracker, ID: 3469344
|
||||||
|
Loading…
x
Reference in New Issue
Block a user