Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 11 Current »

Connect a local socket to a remote socket address. See function NetSock_Conn() for more information.

Files

net_bsd.h/net_bsd.c

Prototype

Arguments

sock_id

Socket descriptor/handle identifier of socket to connect.

p_addr_remote

Pointer to socket address structure.

addr_len

Length of socket address structure (in octets).

Returned Value

0, if no error(s).

-1, otherwise.

  • No labels