Re: [Mingw-w64-public] Can the project that includes netinet/tcp.h be built with MinGW?

2023-05-06 Thread Biswapriyo Nath
No, netinet/tcp.h can not be provided by mingw-w64. Most of the time, winsock.h or winsock2.h is used to port networking APIs to Windows. If a project requires netinet/tcp.h, that may means it does not even support native Windows platform. In that case, gnulib or cygwin should be used instead. __

[Mingw-w64-public] Can the project that includes netinet/tcp.h be built with MinGW?

2023-05-06 Thread Yuri
Some online references suggest that gnulib can be used for this, but the MinGW installer doesn't offer it to install. Thanks, Yuri ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listin