v/vlib/net
vitalyster a42b4e219c net.socket: windows fixes and test
* added missing ai_canonname in addrinfo structure
* ai_canonname, ai_addr and ai_addrlen must be zeroed before getaddrinfo call
* write() must not be used on windows sockets
* added (Socket).get_port() function which is useful when socket was initialized with 0 (random) port
* tests is fixed, test server started listening on random port to avoid conflicts
2019-09-20 17:04:39 +03:00
..
urllib
net.v
socket.v net.socket: windows fixes and test 2019-09-20 17:04:39 +03:00
socket_nix.v
socket_test.v net.socket: windows fixes and test 2019-09-20 17:04:39 +03:00
socket_udp_test.v
socket_win.v