Open
Description
I think this should be referenced here:
Supporting windows, not just unix systems. The existing socket code is already cross-platform, so the only windows-specific code that needs to be written is code spawning a process and passing a socket descriptor. This can be implemented with CreateProcess and WSADuplicateSocket. Example: https://memset.wordpress.com/2010/10/13/win32-api-passing-socket-with-ipc-method/.
From https://github.com/bitcoin/bitcoin/blob/master/doc/multiprocess.md
Is there anything else worth mentioning? I could give it a try.
Metadata
Metadata
Assignees
Labels
No labels