;TCP server/client functions. ;Can be used to create TCP server (listen to incoming connections) or client (connect to a server). ;Server calls ServerStart. Client calls ClientConnect. Other functions are common. ;EXAMPLES: in "test" folder