SibiSiddharthan / windows-libc

A POSIX compliant C library for Windows
MIT License
41 stars 5 forks source link

No socket support #1

Open GravisZro opened 4 months ago

GravisZro commented 4 months ago

One of the things I was really hoping for was support for sockets.

"winsock2" is an option but it can't statically linked against with a GPL program, much like MSVC libc.

SibiSiddharthan commented 4 months ago

Using Winsock2 was originally planned, but I deferred not to do it. I wanted something closer to the kernel for the networking stuff and not just another wrapper for Winsock2.