3 comments

[ 3.7 ms ] story [ 19.0 ms ] thread
An fdopen socket wrapper that doesn’t use setvbuf and attempts to re-implement “dial” independently of Plan 9 From User Space.
> P.S. It would be great to have Windows support, but it seems like an impossible task due to how the operating system handles sockets and files internally. I tried, but nothing came of it. Perhaps it's still possible, though.

It will almost certainly work on Cygwin.

With the Cygnal project, you can ship a Cygwin program as a native app.

repo is updated, win32 works now.