I get a socket fd = accept (), I try (a program from Unix) to do fdopen (). It falls (after a minute of thought, it already seems natural (since fd == 316)).
Question: fdopen () on the socket in Windows - is it possible ???
UPD 1
It is not yet possible, but the function _open_osfhandle () found in http://msdn.microsoft.com/ () inspires hope ...