Create a Client or Server Socket

socko = socket.new('udp')
socko = socket.new('tcp_server')
socko = socket.new('tcp_client')

Creates and returns a socket object for UDP/IP or TCP/IP.
There is a limit to the number of sockets.