godot/drivers
Fabio Alessandrelli c37442ef00 Fix Winsock UDP ECONNRESET/ENETRESET bug
Since Windows 2000:
Calling recv/recvfrom when an ICMP reply was received from a previous
send/sendto, may result in a WSAECONNRESET error.

Since Windows Vista(?)/Windows Server 2008:
Calling recv/recvfrom when an ICMP reply was received from a previous
send/sendto, may also result in a WSAENETRESET error.

Both those features are disabled by this commit using disabling
SIO_UDP_CONNRESET and SIO_UDP_NETRESET on newly created UDP sockets.
2018-09-22 04:09:42 +02:00
..
alsa Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
alsamidi Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
convex_decomp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
coreaudio Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
coremidi Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
dummy Set uniform default values in inspector 2018-09-13 23:05:33 +02:00
gl_context Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
gles2 Set uniform default values in inspector 2018-09-13 23:05:33 +02:00
gles3 Fix lighting of rotated particles in 2D 2018-09-18 22:58:13 +02:00
png Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
pulseaudio Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
rtaudio Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
unix Fix Winsock UDP ECONNRESET/ENETRESET bug 2018-09-22 04:09:42 +02:00
wasapi Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
windows Unify StreamPeerTCP/TCP_Server with NetSocket API 2018-09-12 15:56:20 +02:00
winmidi Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
xaudio2 Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
zlib style: Fix PEP8 whitespace issues in Python files 2016-11-01 00:35:16 +01:00
register_driver_types.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
register_driver_types.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
SCsub Added a new MIDIDriver class 2018-07-21 09:09:42 -03:00