14 lines
206 B
Plaintext
14 lines
206 B
Plaintext
:sig
|
|
u64 socket_connect(String host, short port)
|
|
|
|
:params
|
|
host : host name
|
|
port : port number
|
|
return value : the socket handle
|
|
|
|
:desc
|
|
Opens a socket connection to the given 'host' and 'port'.
|
|
|
|
:see
|
|
>socket
|