toit icon indicating copy to clipboard operation
toit copied to clipboard

Support networking in build for Windows

Open kasperl opened this issue 4 years ago • 0 comments

We're missing the networking primitives on Windows.

The similar code for BSD / POSIX targets is: https://github.com/toitlang/toit/blob/master/src/resources/dns_posix.cc https://github.com/toitlang/toit/blob/master/src/resources/tcp_bsd.cc https://github.com/toitlang/toit/blob/master/src/resources/udp_bsd.cc

kasperl avatar Dec 14 '21 08:12 kasperl