summary refs log tree commit diff stats
path: root/tests/stdlib/tgetaddrinfo.nim
Commit message (Collapse)AuthorAgeFilesLines
* tgetaddrinfo: disable ICMP tests for HaikuLeorize2019-08-041-1/+1
| | | | They're not supported by Haiku's getaddrinfo()
* tgetaddrinfo: use sizeof() instead of hardcodingLeorize2019-08-041-3/+3
| | | | | OS like Haiku have a bigger sockaddr_in struct for legacy(?) reasons. Using sizeof() should account for the different struct sizes.
* Fix getAddrInfo, add IPPROTO_ICMPV6 Closes #10198Federico Ceratto2019-01-061-0/+36