| ... | @@ -10824,7 +10824,7 @@ fn openSocketWsa( | ... | @@ -10824,7 +10824,7 @@ fn openSocketWsa( |
| 10824 | ) !ws2_32.SOCKET { | 10824 | ) !ws2_32.SOCKET { |
| 10825 | const mode = posixSocketMode(options.mode); | 10825 | const mode = posixSocketMode(options.mode); |
| 10826 | const protocol = posixProtocol(options.protocol); | 10826 | const protocol = posixProtocol(options.protocol); |
| 10827 | const flags: u32 = ws2_32.WSA_FLAG_OVERLAPPED | ws2_32.WSA_FLAG_NO_HANDLE_INHERIT; | 10827 | const flags: u32 = ws2_32.WSA_FLAG_NO_HANDLE_INHERIT; |
| 10828 | var syscall: Syscall = try .start(); | 10828 | var syscall: Syscall = try .start(); |
| 10829 | while (true) { | 10829 | while (true) { |
| 10830 | const rc = ws2_32.WSASocketW(family, @bitCast(mode), @bitCast(protocol), null, 0, flags); | 10830 | const rc = ws2_32.WSASocketW(family, @bitCast(mode), @bitCast(protocol), null, 0, flags); |