diff options
author | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2018-09-22 02:04:29 +0200 |
---|---|---|
committer | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2018-09-22 04:09:42 +0200 |
commit | c37442ef0037ccbb63d3cce4caa918512193a06c (patch) | |
tree | b1dd3cc9134b00adec01297653a638cb5696c48e /editor/editor_audio_buses.cpp | |
parent | 5a03d50921d4d9e33fc3cd4adb1ea663819e2072 (diff) |
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.
Diffstat (limited to 'editor/editor_audio_buses.cpp')
0 files changed, 0 insertions, 0 deletions