Connects this socket the specified address and port and memorises address and port. This socket needs to have been created by socket().
remote IP address
remote port
0 on success or -1 on failure. On failure errno is set appropriately.
Errors: as the overridden method but also sets errno to EINVAL if the address does not contain a valid IP address string.
See Implementation
Connects this socket the specified address and port and memorises address and port. This socket needs to have been created by socket().