Skip to content
Tangent 128 edited this page Mar 28, 2015 · 3 revisions

net.openTcp

Create a TCP object.

Function

SYNOPSIS

s, err = function net.openTcp(address)

ARGUMENTS

RETURNS

  • s, the socket object or nil on failure (see TcpSocket)
  • err, the error message
Clone this wiki locally