gSocketSetListenBacklog: gSocketSetListenBacklog

Description Usage Arguments Details Author(s)

View source: R/gioFuncs.R

Description

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.

Usage

1
gSocketSetListenBacklog(object, backlog)

Arguments

object

a GSocket.

backlog

the maximum number of pending connections.

Details

Note that this must be called before gSocketListen and has no effect if called after that. Since 2.22

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.