gSocketListen
Marks the socket as a server socket, i.e. a socket that is used
to accept incoming requests using gSocketAccept
.
gSocketListen(object, .errwarn = TRUE)
|
a |
.errwarn |
Whether to issue a warning on error or fail silently |
Before calling this the socket must be bound to a local address using
gSocketBind
.
To set the maximum amount of outstanding clients, use
gSocketSetListenBacklog
.
Since 2.22
A list containing the following elements:
retval |
[logical] |
|
|
Derived by RGtkGen from GTK+ documentation
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.