socket-connect/inet
Name
socket-connect/inet -- Connect to remote address.
Type: function
Synopsis
socket-connect/inet
( sock port hostid, ok);
Arguments
- sock
An instance of <fixnum>
- port
An instance of <fixnum>
- hostid
An instance of <string>
Return Values
- ok
An instance of <boolean>
Description
Connect the given socket to a remote address.