From: "ioquatix (Samuel Williams)" Date: 2022-12-14T02:29:50+00:00 Subject: [ruby-core:111278] [Ruby master Feature#19135] Support `UNIXSocket` on Windows Issue #19135 has been updated by ioquatix (Samuel Williams). I would like to share this credit with @larskanis who was instrumental to getting this PR over the finish line. It was a true team effort with hard compatibility challenges. ---------------------------------------- Feature #19135: Support `UNIXSocket` on Windows https://bugs.ruby-lang.org/issues/19135#change-100629 * Author: ioquatix (Samuel Williams) * Status: Closed * Priority: Normal ---------------------------------------- In recent versions of Windows, the required parts are now supported: https://devblogs.microsoft.com/commandline/af_unix-comes-to-windows/ This enables UNIXSocket, UNIXServer and UNIXSocket.pair on Windows. The anonymous socket is emulated on Windows using a temporary file, but it's good enough and the best we can do. The semantics is not completely identical. Because these constants are now available, more tests are run on Windows. -- https://bugs.ruby-lang.org/ ______________________________________________ ruby-core mailing list -- ruby-core@ml.ruby-lang.org To unsubscribe send an email to ruby-core-leave@ml.ruby-lang.org ruby-core info -- https://ml.ruby-lang.org/mailman3/postorius/lists/ruby-core.ml.ruby-lang.org/