Giacomo's Blog

A blog to collect the results, lessons learnt, and general thoughts about my projects and experiments

Home About me Blog Panda Docs

A library that contains functions used for networking.


int ConnectTcp(int ip, int port)

Connects to a socket specified by the ip and port parameters. Returns a handle to the socket used for connecting.