CONNECT
CONNECT(address AS STRING [, port AS INTEGER[, timeout AS INTEGER]]) AS BOOLEAN
Connects the IP socket to the IP address <address>, IP port <port>.
If the <port> parameter is omitted, the default configured IP port is used.
The optional parameter <timeout> defines the maximum time waited for connection (in milliseconds, 5000 by default).