I am working on a feature where we need 2 process running on a system need to send out packets using TCP Sockets to a remote device. Is it possible to share socket handle between 2 Independent processes which are not parent and child on windows C++ ?
My question is similar to this one Socket handle transfer between independent processes but on Windows