Embed Notice
HTML Code
Corresponding Notice
- Embed this notice@lanodan @ins0mniak @lonelyowl13 @vic
> Can't you ignore win32 with something like cygwin though?
If you want to ship cygwin.dll with your code, yeah. That tends to be frowned on. I don't know if WSL does some voodoo to make it work, but Windows has a lot of subtle incompatibilities in their sockets library.
> (And also get make that way, or grab plan9port for mk)
If I was grabbing plan9port anyway, I'd just make the code use dial instead of sockets. (Berkeley sockets were a mistake and we will never stop paying for them.)