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: [data, status] = getsockopt (s, level, optname)

Get a socket option value from a socket.

Returns the value of level optname from the socket s.

Data type depends on the option used. status returns as 0 if no error.

See the getsockopt man pages for further details.

Package: sockets