Fix IPv6
- Jun 02, 2023
-
-
SteelT authored
-
- Sep 03, 2021
-
-
James R. authored
- Sep 02, 2021
- Sep 01, 2021
-
-
James R. authored
An IPv4 socket is still made. The '-ipv6' parameter is replaced with '-noipv6', self explanatory.
-
James R. authored
-
James R. authored
This fixes keepbody and the connect command (also '-connect' parameter). connect ::1 connect [::1]:5029
-
James R. authored
setsockopt level for v6 options is IPPROTO_IPV6.
-
James R. authored
- SOCK_cmpaddr returned inverted truth for IPv6 addresses. This would prevent making a connection. - Account for IPv6 address resolution. (bug: 5a627482)
-