jaws
jaws copied to clipboard
Windows network instructions not working
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
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.