Fabio Alessandrelli
|
9200da58e4
|
Automatically map IPv4 address to IPv6 when needed
|
2016-12-09 18:24:59 +01:00 |
Fabio Alessandrelli
|
cdc1ca0f13
|
Fix _set_ip_addr_port not setting the address.
|
2016-12-09 18:24:58 +01:00 |
George Marques
|
b113c7b7a3
|
Rename WINRT_ENABLED to UWP_ENABLED
|
2016-11-03 14:51:08 -02:00 |
George Marques
|
4160b3c9fe
|
Fix IPv6 linking for UWP
|
2016-10-31 21:39:45 -02:00 |
Fabio Alessandrelli
|
bdc7ca84ca
|
Define IPV6_V6ONLY flag if not defined on windows (old mingw versions)
|
2016-10-30 22:58:15 +01:00 |
Fabio Alessandrelli
|
eb27e993f0
|
TCP/UDP Listen sockets can now be set to IPv6 only
|
2016-10-30 17:46:05 +01:00 |
Fabio Alessandrelli
|
812908e236
|
Fix windows debugger connection problems.
Unify network socket creation between platform.
Ensure IPV6_V6ONLY flag is not set on sockets (allow IPv4 connection in IPv6 socket, dual-stack).
|
2016-10-30 17:46:05 +01:00 |
Fabio Alessandrelli
|
80e911647c
|
Pass correct address size (ipv4,ipv6) to socket connect, bind, sendto
The address size passed to network system calls now reflects the the actual IP type (v4 or v6).
Fix Windows and OSX ipv6 sockets
|
2016-10-26 08:20:31 +02:00 |
Ariel Manzur
|
672225b710
|
added windows support for ipv6, cleaned up unix code
|
2016-10-20 07:04:10 -03:00 |