Perl Programming/Keywords/getsockopt

Previous: getsockname Keywords Next: given

The getsockopt keyword

The getsockopt function queries the option named OPTIONNAME that is associated with the SOCKET at a given LEVEL. Although they may exist several options, at least the uppermost socket level SOL_SOCKET will exist.

Syntax

  getsockopt SOCKET, LEVEL, OPTIONNAME
Previous: getsockname Keywords Next: given
Category:Book:Perl Programming#Keywords/getsockopt%20
Category:Book:Perl Programming