This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: fdopen() and winsock


>Ah, as far as I know, one of the big limitations of winsock is that
>the SOCKET type is *not* equivalent to file descriptor unlike that
>using BSD or POSIX sockets. That's one of the major reasons for using
>a separate data type, SOCKET, as opposed to int, typical type of a
>file descriptor. This implies that you cannot mix SOCKETs and stdio,
>sorry. This is the case when you use -mno-cygwin.

socket handles are NOT file handles only under win9x. Under WNT they ARE 
file handles.


______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]