addrinfo.connect_from([local_addr_args], [opts]) {|socket| ... }addrinfo.connect_from([local_addr_args], [opts])
Instance Public methods
creates a socket connected to the address of self.
If one or more arguments given as local_addr_args, it is used as
the local address of the socket. local_addr_args is given for #family_addrinfo to
obtain actual address.
If local_addr_args is not given, the local address of the socket
is not bound.
The optional last argument opts is options repre