gSocketListenerAddInetPort
Helper function for gSocketListenerAddAddress
that
creates a TCP/IP socket listening on IPv4 and IPv6 (if
supported) on the specified port on all interfaces.
gSocketListenerAddInetPort(object, port, source.object, .errwarn = TRUE)
|
|
|
an IP port number (non-zero) |
|
Optional |
.errwarn |
Whether to issue a warning on error or fail silently |
source.object
will be passed out in the various calls
to accept to identify this particular source, which is
useful if you're listening on multiple addresses and do
different things depending on what address is connected to.
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.