1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
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
..
2019-07-17 18:42:10 +02:00
2019-08-24 02:48:47 +03:00
2019-07-24 00:31:39 +02:00
2019-09-20 17:04:39 +03:00