Socket-new_auto.RdCreate an R6 client using IPv4/IPv6 endpoint fallback.
Hostname, IP address, or endpoint such as "[::1]:8080".
Optional port when it is not embedded in address.
Socket type, "stream" (TCP) or "dgram" (UDP).
Numeric protocol, usually zero.
Whether the socket should be nonblocking.
Whether to set close-on-exec.
Address families to try, in order.
A connected Socket R6 object.