mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-05 00:55:24 +00:00
@@ -927,7 +927,7 @@ connection_reset_fix(SOCKET fd) {
|
||||
BOOL bNewBehavior = FALSE;
|
||||
DWORD status;
|
||||
|
||||
if (isc_win32os_majorversion() < 5)
|
||||
if (isc_win32os_versioncheck(5, 0, 0, 0) < 0)
|
||||
return (ISC_R_SUCCESS); /* NT 4.0 has no problem */
|
||||
|
||||
/* disable bad behavior using IOCTL: SIO_UDP_CONNRESET */
|
||||
|
Reference in New Issue
Block a user