Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tgetaddrinfo: disable ICMP tests for Haiku | Leorize | 2019-08-04 | 1 | -1/+1 |
| | | | | They're not supported by Haiku's getaddrinfo() | ||||
* | tgetaddrinfo: use sizeof() instead of hardcoding | Leorize | 2019-08-04 | 1 | -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 #10198 | Federico Ceratto | 2019-01-06 | 1 | -0/+36 |