aboutsummaryrefslogtreecommitdiff
path: root/platform/windows/tcp_server_winsock.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #7271 from Faless/ipv6_cleanupRémi Verschelde2017-01-021-12/+5
|\ | | | | Fixes and improvementes for IPv6 implementation.
| * Migrate int.IP_TYPE_ constants to IP.TYPE_Fabio Alessandrelli2016-12-091-1/+1
| |
| * Move V6ONLY flag selection inside helpersFabio Alessandrelli2016-12-091-8/+0
| |
| * Use an instance variable for ip_type in raw socketsFabio Alessandrelli2016-12-091-5/+6
| | | | | | | | | | | | | | PacketPeerUDP/StreamPeerTCP/TCP_Server now uses an instance variable to store the selected ip_type (IPv4/IPv6/ANY, where ANY = dual stack). All calls to resolve addresses, sending/receving data, connecting/listening will use that socket type.
* | Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
|/ | | | | | | | That year should bring the long-awaited OpenGL ES 3.0 compatible renderer with state-of-the-art rendering techniques tuned to work as low as middle end handheld devices - without compromising with the possibilities given for higher end desktop games of course. Great times ahead for the Godot community and the gamers that will play our games!
* TCP/UDP Listen sockets can now be set to IPv6 onlyFabio Alessandrelli2016-10-301-0/+8
|
* Fix windows debugger connection problems.Fabio Alessandrelli2016-10-301-1/+1
| | | | | Unify network socket creation between platform. Ensure IPV6_V6ONLY flag is not set on sockets (allow IPv4 connection in IPv6 socket, dual-stack).
* Pass correct address size (ipv4,ipv6) to socket connect, bind, sendtoFabio Alessandrelli2016-10-261-2/+2
| | | | | The address size passed to network system calls now reflects the the actual IP type (v4 or v6). Fix Windows and OSX ipv6 sockets
* added windows support for ipv6, cleaned up unix codeAriel Manzur2016-10-201-9/+10
|
* Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
|
* REUSE_ADDR under windows platformsanikoyes2015-10-131-0/+7
|
* Updated copyright year in all headersJuan Linietsky2015-04-181-142/+142
|
* Return an error code when address/port already in useTheo Hallenius2014-05-311-0/+3
|
* GODOT IS OPEN SOURCEJuan Linietsky2014-02-091-0/+166