SocketListener.setBacklog

Sets the listen backlog on the sockets in the listener. This must be called before adding any sockets, addresses or ports to the gio.SocketListener (for example, by calling Socket.listenerAddInetPort) to be effective.

See Socket.setListenBacklog for details

class SocketListener
void
setBacklog

Parameters

listenBacklog int

an integer

Meta

Since

2.22