gSocketSetListenBacklog
Sets the maximum number of outstanding connections allowed when listening on this socket. If more clients than this are connecting to the socket and the application is not handling them on time then the new connections will be refused.
gSocketSetListenBacklog(object, backlog)
|
a |
|
the maximum number of pending connections. |
Note that this must be called before gSocketListen
and has no
effect if called after that.
Since 2.22
Derived by RGtkGen from GTK+ documentation
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.