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 vlib: change `[0;n]` to `[0].repeat(n)` 2019-09-15 12:26:05 +03:00
net.v net : fix error msg 2019-07-17 18:42:10 +02:00
socket.v net.socket: windows fixes and test 2019-09-20 17:04:39 +03:00
socket_nix.v all: add missing includes 2019-08-24 02:48:47 +03:00
socket_test.v net.socket: windows fixes and test 2019-09-20 17:04:39 +03:00
socket_udp_test.v net: add udp socket support and a simple udp server example. 2019-08-22 04:01:04 +03:00
socket_win.v net: socket error handling 2019-07-24 00:31:39 +02:00