The Octave Forge package repository is no longer actively maintained. Please find Octave Packages at https://packages.octave.org.

Navigation

Operators and Keywords

Function List:

C++ API

Loadable Function: listen (s, backlog)

Listen on socket for connections.

Listens on socket s for connections. backlog specifies how large the queue of incoming connections is allowed to grow.

On success, zero is returned.

See the listen man pages for further details.

Package: sockets