jaws icon indicating copy to clipboard operation
jaws copied to clipboard

Windows network instructions not working

Open lawndoc opened this issue 3 years ago • 1 comments

The test program netcon.jaws works when the Jaws vm is built for Linux, but doesn't work on Windows. The Windows implementation uses winsocks2 rather than unix sockets, so the first place to look would be the Windows netcon implementation in runtime.c

lawndoc avatar Mar 02 '21 21:03 lawndoc

I haven't spent much time looking into this, and I shamelessly admit that I don't know much about Windows socket programming in C. If I dedicate some time to it I can figure it out on my own, but any experienced advice would be appreciated as well.

lawndoc avatar Aug 25 '21 02:08 lawndoc