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

net.set

Create a new socket set.

Function

SYNOPSIS

set, err = function net.set(max)

ARGUMENTS

  • max, the maximum number of sockets

RETURNS

  • set, the socket set or nil on failure (see Set)
  • err, the error message
Clone this wiki locally